Back to Tags
Clean Code
2 items tagged with "clean-code"
Filter by type:
Anti-Patterns2
Anti-Pattern
Long Method
A single function that does too much and runs for hundreds of lines, mixing many concerns and resisting comprehension, testing, and reuse.
Anti-Pattern
Redundant Comments
Comments that merely restate what the code already says, adding noise, drifting out of date, and masking the absence of self-explanatory code.