is there any software for ensure standard coding quality? | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

is there any software for ensure standard coding quality?

If there is there any software for ensure coding quality, please suggest best one, And if not available please tell me the standard coding rule. Thanks Rudra

3rd Mar 2018, 8:42 PM
Rudra Sarkar
Rudra Sarkar - avatar
5 Respuestas
+ 1
Look into installing the Prettier and ESLint extensions for your IDE. Very helpful in catching more than just syntax errors :D
3rd Mar 2018, 8:58 PM
Eric Snell
Eric Snell - avatar
+ 1
I do not no of any software that will assess the quality of code. Many IDEs will tell you if you have a syntax error and there is software for assessing memory efficency. Nevertheless, for general quality you will need to learn the best practice for your language. In general code should be: Readable. Stable. Eficent. Secure.
3rd Mar 2018, 8:54 PM
josh mizzi
josh mizzi - avatar
+ 1
That's OK.
3rd Mar 2018, 8:58 PM
josh mizzi
josh mizzi - avatar
0
Thanks @mizzi
3rd Mar 2018, 8:57 PM
Rudra Sarkar
Rudra Sarkar - avatar
0
thanks for your suggestion @Eric
3rd Mar 2018, 9:00 PM
Rudra Sarkar
Rudra Sarkar - avatar