DEV Community

Discussion on: What conventional wisdom in software is wrong?

Collapse
 
michi profile image
Michael Z

Anything absolute really, meaning any statement containing the word "always" or "never".

As an example:
Sure, global variables are generally bad. But if you just pick one or two that make sense for your application and they provide a lot of convenience, then maybe just roll with it!

Event bus in vue, service container resolver(ioc) on the backend, etc.