Hacker News new | ask | show | jobs
by psylence519 3696 days ago
If you need that much information about a variable, I would expect, in general, that the context it lives in is doing waaaay too much and should be broken up.
1 comments

100% agree! I always try and remember the Single-Responsibility-Principle.