View Single Post
Old 11-29-2022, 02:30 AM   #1
sahithya
Registered User
 
Join Date: Feb 2013
Location: Bangalore
Posts: 1,111
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.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
sahithya is offline   Reply With Quote