You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think TODOs are excellent resources, when done properly, e.g:
# TODO(#16) Add the extra calls here when they're ready
In this case, the TODO has a link to an issue related to the TODO.
pylint maybe only half-agrees with me, and gives a warning when it sees # TODO in python code. We can use the notes-rgx field in our .pylintrc to configure which notes will trigger pylint warnings.
The text was updated successfully, but these errors were encountered:
I think TODOs are excellent resources, when done properly, e.g:
In this case, the TODO has a link to an issue related to the TODO.
pylint maybe only half-agrees with me, and gives a warning when it sees
# TODO
in python code. We can use thenotes-rgx
field in our.pylintrc
to configure which notes will trigger pylint warnings.The text was updated successfully, but these errors were encountered: