Clean Code

From Chorke Wiki
Revision as of 03:16, 8 March 2022 by Shahed (talk | contribs)
Jump to navigation Jump to search
FUNCTIONS SHOULD DO ONE THING. THEY SHOULD DO IT WELL. THEY SHOULD DO IT ONLY.
Functions should either do something or answer something, but not both.
The proper use of comments is to compensate for our failure to express ourself in code.

References