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
A pattern for tracking work I really enjoy is associating TODOs in code with github issues. Even if these are the lowest priority, it's still nice to associate code with some issue tracker.
The above line could look like:
TODO(#XXX): check arrays all have same shape
for example.
The text was updated successfully, but these errors were encountered:
I agree - I find a TODO without an issue gets completely forgotten about because it's invisible unless you happen to be looking at that exact spot in the codebase already.
cubed/cubed/array_api/manipulation_functions.py
Line 546 in 5f75ba2
A pattern for tracking work I really enjoy is associating
TODO
s in code with github issues. Even if these are the lowest priority, it's still nice to associate code with some issue tracker.The above line could look like:
for example.
The text was updated successfully, but these errors were encountered: