forked from hyphanet/plugin-Library
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO
31 lines (21 loc) · 771 Bytes
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
= TODO =
FOR GENERAL ITEMS SEE doc/todo.txt
there are also methods or code blocks containing:
throw new UnsupportedOperationException("not implemented");
apart from that, dotted throughout the source code are various tags:
== "Work" tags ==
tag : X Y, where
X is the type, currently out of
- FIXME: known error, or lack of error handling
- TODO: refactoring, or additional feature
- OPT: optimisation
Y is the priority, currently out of
- NOW: current work
- HIGH: do it soon
- NORM: plan to do it eventually
- LOW: nice idea, but not necessary
There are still some "TODO" tags without a priority tag.
== Misc tags ==
- DOCUMENT
- DEBUG - was added for debug, should be removed
- WORKAROUND - workaround an external bug (eg. freenet, java itself, etc.)