Fork me on GitHub
#luminus
<
2016-06-07
>
eggsyntax18:06:41

Excellent new intro article about the benefits of Luminus: http://numergent.com/2016-06/The-framework-mirage.html

eggsyntax18:06:53

@yogthos: ^ in case you haven’t seen it

yogthos18:06:30

yeah saw that, I definitely share the sentiment based on my experience

eggsyntax18:06:43

Yep, me too.

yogthos18:06:53

I find the main issue with frameworks is that they have to be general purpose, you don’t know how the framework will be used

yogthos18:06:19

so all the modules have to support many different use cases, and when you use it for any particular use case, then you inherit all the baggage for the rest

yogthos18:06:52

and typically configuring something that’s really general results in code that’s much harder to follow than code that was written for a specific purpose

yogthos18:06:07

and of course eventually you run into the limits of the framework and then fun’s over 🙂