Hacker News new | ask | show | jobs
by vkgfx 2250 days ago
The whole "env is figured out behind the scenes and work is done to autofetch the correct values to load into the CONSTANT_CASE variables you import all in one line" thing seems to be a pretty clear violation of "Explicit is better than implicit."

In my experience the productivity you gain from such abstractions is negligible compared to the complexity they add to your code.