|
When you are developing a project component for THE CODING MACHINE, your component will be integrated into a larger project. It is very important for the project manager to be able to fully understand your code in order to integrate it with others components.
Furthermore, a good code is not only a code that works, but a code that is also easy to extend, maintain and debug. Because of the nature of THE CODING MACHINE projects, it is very likely that other people will work on your code and maintain your code. Looking through your code should therefore be easy. This is why we need coding standards.
|
|