Site Owners Forums - Webmaster Forums

Site Owners Forums - Webmaster Forums (http://siteownersforums.com/index.php)
-   Programming General (http://siteownersforums.com/forumdisplay.php?f=44)
-   -   5 best practices for Clean Code (http://siteownersforums.com/showthread.php?t=982926)

sahithya 11-29-2022 02:30 AM

5 best practices for Clean Code
 
What is clean code?

Many developers still think that Clean code is all about writing as few lines as possible.
But this is not entirely true.
Clean code is all about making understandable code.

Clean code is not only concise code, but more importantly, it is readable.
A rule of thumb when writing code, is to write code as if comments didn’t exist.
The code should be self-explanatory.


All times are GMT -7. The time now is 04:14 PM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.