[go: up one dir, main page]

File: TODO

package info (click to toggle)
dime 0.20020111-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 2,256 kB
  • ctags: 1,590
  • sloc: cpp: 14,439; sh: 6,972; makefile: 579; ansic: 57
file content (21 lines) | stat: -rw-r--r-- 688 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
TODO for DIME

Just to clarify something; the order of the items in the list and the
priority we have given the items do not guarantee when (or even if) the
items will be implemented.

 *) Write more and better doxygen documentation comments.
    [high priority]

 *) Make a more robust run-time type checking system.
    [high priority]
    - shouldn't require client apps to be recompiled if new types are added
    - maybe make it possible to override the "built-in" types
    - must be in place before v1.0

 *) Implement a (better) debug/warning/error system with callbacks
    [high priority]

 *) Implement more of the entities, tables, etc. used by AutoCAD
    [medium priority]