|
|
|
|
|
by the_af
4573 days ago
|
|
Code smells (I don't like the name either) are just warning signs. They do not necessarily indicate an actual problem. Incorrect use of abstraction levels, such as using tools that are too low-level and error-prone for the task at hand (as in the majority of business applications) IS one of those warning signs. It usually indicates a conceptual problem, and makes the code needlessly complex. |
|