Code Smell 06 - Too Clever Programmer
2 August, 2022
8
8
1
Contributors
TL;DR: Don't pretend you are too smart. Clean code asks for readability and simplicity.
Problems
•
Readability
•
Maintainability
•
Code Quality
•
Premature Optimization
Solutions
•
Refactor the code
•
Use better names
Examples
•
Exceptions
•
Sample Code
Wrong
Right
Detection
Relations
Also Known as
•
Conclusion
Tags
•
More Info
Refactorings
Credits
Programming can be fun, so can cryptography; however they should not be combined.