What are the good guides to write the clean code? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

What are the good guides to write the clean code?

Clean code is very important for longetivity and ease at which new features can be added. What are good recommendation for writing clean code, besides editor or tool checker ( such as pylint) fascilites?. I am looking for the cleanness from understanding perspective, 'after' having proper syntax and indentation and declared variables and prototypes etc

30th Jun 2020, 10:01 PM
Ashish
Ashish - avatar
1 Answer
+ 4
Ashish When thinking about clean code, I'm thinking easy to write, read, and maintain rather I am the creator or the next one reading the code to maintain it. Others may point to various types of brackets and colons or semicolons... But if the code is difficult to follow then how can we help you to what the heck is going on here. Not every developer or coder can follow someone else's thinking format. This is where comments in coding really becomes helpful as well.
30th Jun 2020, 10:46 PM
BroFar
BroFar - avatar