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

Sometimes just the presence of code triggers a bug because of dynamic dispatching / whatever, and a hotfix is necessary. You could remove, but then later programmers wouldn't have context to fix the bug properly.

    # TODO: Figure out why do_foo is triggering a bug
    # http://my-company.org/issues/42
    # def do_foo(self):
    #   ...


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

Search: