
Code Smells
"Why is it bad?" and "How to fix it?"
7 janvier 2023The middle man is a class that has several methods which act as passthrough 🛂 methods (they...7 janvier 2023The long parameter list code smell 👃 happens when method signatures require long lists of...28 décembre 2022Knowledge duplication happens when the same codified knowledge is found in multiple places. The...19 décembre 2022It happens when developers avoid creating their own fundamental types to deal with domain...10 décembre 2022This code smell happens when we add functionality that isn't really needed but we believe will be...4 décembre 2022Long functions are not bad per se. Functions and classes that do more than one thing (and are, as...26 novembre 2022It happens when a certain function within a module needs to call 📞 functions from other modules...