Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

This is just about what to call the variable. Instead of:

    if disable_foo:
      ...
I'm recommending:

    if not enable_foo:
      ...


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: