Coding best practices: Difference between revisions

Content deleted Content added
Engrtech (talk | contribs)
Coding standards: Added design practices - Scalability and reuse
Line 359:
 
===Scalability===
Design code with scalability as a design goal because very often in software projects, new features are always added to a project which becomes bigger than expected. Therefore, facility to add new features to a software code base becomes a invaluable method in writing software
 
=== Reusability===