|
|
|
|
|
by ebiester
1373 days ago
|
|
Frameworks enable ecosystems. Ecosystems enable reusable components. The more you deviate from one of the set of common conventions, often enforced by frameworks, the more you have to build on your own. The larger your project gets, and the more developers who need to understand your code, and the more developers you need to hire and get onboarded quickly, the more that those extra rules start to make sense. And once you've learned and internalized the patterns necessary to build larger systems, it becomes force of habit to just use it wherever, even if it's nominally easier without them. For most developers, a go-to pattern will be faster than working from first principles on every project. |
|