Hacker News new | ask | show | jobs
by a_wild_dandan 2262 days ago
Over-engineering perhaps, but not premature optimization. You don't have to reach for that stuff until you need it.

As a side note, I do often advocate for somewhat over-engineering projects by starting with familiar frameworks. They strongly constrain the solution space yet give power to quickly meet inevitable feature creep. Strong KISS/YAGNI proponents might balk at that endorsement, but I've had far more trouble handling growing pains from adapting codebases that don't use frameworks than I have working in such over-engineered framework-based projects.

1 comments

This is fascinating. If you ever feel like writing about your experiences adapting codebases, I'd read it in a heartbeat! :)