Hacker News new | ask | show | jobs
by philsnow 1317 days ago
> A double edged sword at best and 100% not something I'd want to see in a larger codebase.

the real footgun is dependencies that monkey patch things you don't know about / don't expect, and then the order you require those dependencies becomes important. augughghhhhh I hate that part.