Hacker News new | ask | show | jobs
by cs02rm0 2171 days ago
Block has multiple meanings in English. You don't need historical context, but you'll always need context.
1 comments

Sure, so what I am thinking as an example is when we create new code, say I have a feature that is available for users that have account of type A,B,C but not D or E , so I always do something like let allowedPlans = [A,B,C]. isn't this more cleared then if I named the list whiteListedPlans ? IMO is more clear and it translates better.