Closed BenjaminRCooper closed 10 years ago
+1
What about including an @todo
? It should show up in the IDE or at least a search.
That was my first thought, using the following two approaches, as I have seen them used before;
Using one if something isn't finished, and one for when something needs refactoring.
Thoughts?
Ben
+1 for using @todo
Go for both... each has it's own meaning. Even if you use the proposed format, just adding @todo or @fixme will create a useful marker.
+1 for both
Agreed.
Will change the standard when I have a little time.
Ben
+1
Implemented
If you have a spike within your project, using this approach will allow maintainers to quickly scan a file and understand what parts could do with a new approach.
Using this approach, you COULD also contain a description of why you feel a certain method requires a refactor and also recommend new approaches.
Example