←back to thread

194 points onnnon | 1 comments | | HN request time: 0.193s | source
Show context
reactordev[dead post] ◴[] No.44503389[source]
[flagged]
nine_k ◴[] No.44503456[source]
All frameworks are like that. They make it simple to solve a particular class of problems, by making choices for you, and providing code that supports these choices. If your problems fit the framework's shape, it can be immensely helpful. If not, go look for another. There's nothing wrong about building a framework that matches your particular needs and tastes.

If you need a universal toolbox, no framework will do, you need composable libraries. Most large projects end up facing this, but most projects are not large.

replies(1): >>44503787 #
reactordev ◴[] No.44503787[source]
One can learn a lot from the Adapter pattern. Don’t force me into your box, provide a framework for me to solve my problems.
replies(1): >>44504039 #
simultsop ◴[] No.44504039[source]
You should give some humility lessons...
replies(1): >>44504665 #
1. reactordev ◴[] No.44504665[source]
Here’s one. “I wrote a web framework that bundles all my favorite tools and dependencies, maybe you’ll also like it” would be a great start.