5 ms·
This is excellent. I always fail to keep track on my TODOS in files. Very useful.
by y14 12y ago
This is excellent. I always fail to keep track on my TODOS in files. Very useful.
- skrebbel 12y agoUse a decent editor.
- middus 12y agoAlternatively, you could continue using your editor of choice for editing and use grep to identify TODOs in your code.
- watwut 12y agoMy TODO comments show up in nice view in GUI I use (Eclipse). I'm sure other GUIs have similar views somewhere. I'm also sure that plugin to turn old ones into syntax errors could be done in a day or two. That sound like much safer approach then runtime exception.
- aaronem 12y agoA day or two, really? That seems like an awfully long time requirement for what should be a simple change.
- recursive 12y agoIf you're experienced making Eclipse plugins, it would probably be under an hour. If you're not, it could take you a day to learn how.
- watwut 12y agoI'm sure it is a simple change. The hard part is to find out where exactly should you do that simple change and how exactly should you do it. If you do not have experience with related APIs, you will need a day for googling and reading. Eclipse framework is huge and not all its parts are immediately understandable.