Minimizing the amount of coding

A common good practice is to minimize the amount of coding. This is really wise because it makes code maintenance and testing much easier. DRY (Don't Repeat Yourself) is a common principle in software development. The basic idea of DRY is to reduce the amount of code by avoiding repetitions in the code. It is always good practice to split your source code into smaller components because smaller units are always easier to manage. Of course, the optimum structure depends on the programming language you are using. One good statement is also Keep it Simple, Stupid (KISS) that should guide you in the right direction.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.188.10.1