DEV Community

Discussion on: When does abstraction become over abstraction?

Collapse
 
ehorodyski profile image
Eric Horodyski

The moment you use a framework and create a "Base" anything. For instance, with Spring why would you need a BaseController...it comes out of the box! If it's so you can implement cross cutting concerns, like logging and analytics...try AOP instead.