Y
Hacker News
new
|
ask
|
show
|
jobs
by
pmontra
2116 days ago
An example of bad naming from some code I inherited and worked on last week
if check_date(owner):
actually meant
if has_an_active_subscription(owner):