Hacker News new | ask | show | jobs
by rjamestaylor 4614 days ago
"But dear developer: the framework is a servant of the application, not vice versa. If you embed your application logic in the framework, your application will lose its soul."

When I was working with frameworks in the past it was always a temptation to allow the framework to dictate the application organization. The discipline to not do this required me to understand the framework and how to bend it to my will. I wonder if this is a problem that others run into and thus get "trapped" in the framework?