Posts

Showing posts from February, 2019
Industry Practices and Tools 2 Tutorial Number 03 Question 01 : Discuss the importance of maintaining the quality of the code, explaining the different aspects of the code quality? In Industry Practices we must maintain the quality of Code in a standard way. It is the readability of the code. We must follow separate code formatting standards in order to achieve the Quality of Code, Clarity : It is easy to maintain the code and also add changes to the code if the code is understandable and easily readable. Maintainability : The code should not be over complicated because it is hard to maintain for a period of time in years if so. Documented : The code should be self explainable. The naming convention standards should be maintained properly. Adding read me files with the manuals will increase the standard. Well Tested : Ensuring that all the run-time bugs and errors are cleared and clarified it means that the project is well tested and the qualit...