Industrial Practices and Tools 2
Tools To Maintain Code Quality There are several ways to maintain the code quality like Use a Linter Linter is a tool that analyzes the source code and find out if there is any potential errors and linters provide warnings for suspicious looking code. example:- CSS LINT - is a tool to help point out problems with your CSS code. It does basic syntax checking as well as applying a set of rules to the code that look for problematic patterns or signs of inefficiency. Testing your Code Providing a sufficient amount of testing and fining out wheather the code is working as it intended. Code Review Code review is the allowing someone to look at your code and finding out wheather he can understand it. Comment Using some comments when writing the code. Use Code review Tools Sonar Lint- This is a tool that gives back instant feedback as you type your code and this is only available in IDE based software's like Eclipse,Intellij an...