This commit is contained in:
carson 2021-06-23 07:47:54 -06:00
parent 3a6e475673
commit f8cd64a220

View File

@ -94,7 +94,7 @@ are:
#### Conclusion #### Conclusion
Locality of Behavior is a software design principle that can help make a code bases more humane and maintainable. It must be traded Locality of Behavior is a subjective software design principle that can help make a code base more humane and maintainable. It must be traded
off against other design principles and be considered in terms of the limitations of the system a code unit is off against other design principles and be considered in terms of the limitations of the system a code unit is
written in, but, as much as is it is practical, adherence to this principle will increase your software maintainability written in, but, as much as is it is practical, adherence to this principle will increase your software maintainability,
and quality. quality and sustainability.