Posts

Showing posts from February, 2019

Importance of Code quality, Package management, Build tools and Additional tools

Image
Importance of maintaining the quality of the code ·          Easy to read and understand to users or client, what have done in the code/program. So it’s really useful when maintain and extend the code. ·          If the code is in good quality, number of bugs are reduced. Less bugs mean the software is smoothly working. ·          Efficiency: It is always good to make sure you keep your code efficient. Efficiency of code covers a variety of things such as the reliability and speed being two examples. ·          Portability: Portability in terms of good quality code is when we can code across different systems and operating systems. A program should be portable because if a program was developed for a client and it could only be used on particular devices or operating systems then it would have an affect on the way that the client/company uses the system.   E.g. JAVA How to measure the quality of code? We can measure the quality by using these aspects. ·