Hacker News new | ask | show | jobs
by billforsternz 4039 days ago
Also; Always name binary variables to avoid hinting to the maintenance programmer which way round they work. Good: result, status, flag. Bad: okay, error, valid.