DEV Community

Discussion on: How do you identify "over-engineering"?

Collapse
 
jsn1nj4 profile image
Elliot Derhay

I think Jeffrey Way would agree about over abstraction. When I was learning Laravel, a lot of times he would say to not worry about abstraction until it became clear that a part of the code was going to start getting messy. He'd also show a good number of ways to accomplish the same thing, depending on what's needed.