Tag: clean-code
All the articles with the tag "clean-code".
-
Stop Naming Your Variables "Flag": The Art of Boolean Prefixes
Stop naming booleans flag or done. Learn the four prefixes (is, has, can, should) that eliminate ambiguity, prevent bugs, and make code reviews faster.