6 Matching Annotations
- Feb 2021
-
hilton.org.uk hilton.org.uk
-
Scalability is the problem you want to have, and sooner rather than later, but maintainability is the problem you’re definitely going to have, sooner or later.
-
- Jan 2021
-
css-tricks.com css-tricks.com
-
Your code will much more maintainable and your designer (or your inner designer) will thank you.
-
- Nov 2020
-
medium.com medium.com
-
If you are working in a large enterprise application, we have to create small components. Small components are much more flexible in terms of reusability and maintainability.
-
- Oct 2020
-
guides.rubyonrails.org guides.rubyonrails.org
-
This simplifies maintenance and keeps things clean by allowing related code to be grouped before inclusion elsewhere.
-
-
humanwhocodes.com humanwhocodes.com
-
-
Maintainable code is code that you don’t need to modify when the browser changes.
Tags
- software development: software architecture
- software engineering
- maintainability
- reliability
- don't modify objects you don’t own (monkey patching)
- dependability
- compatibility
- making things easy/maintainable for future developers
- incompatible
- safety (programming)
- polluting the global scope/environment
Annotators
URL
-