#14 closed task (fixed)
Review lemon/maps.h
Reported by: | Alpar Juttner | Owned by: | Peter Kovacs |
---|---|---|---|
Priority: | major | Milestone: | LEMON 1.0 release |
Component: | core | Version: | hg main |
Keywords: | Cc: | ||
Revision id: |
Description (last modified by )
We must clean up this file for Lemon 1.0. For this we should
- classify the tools into this catergories
- frequently used
- sometimes used
- hardly used
- never
- remove those having unclear purposes or little use.
- think over which ones can be merged together without a big loss in their functionality
- try to find smart name for all the tools that survive this process
- revised the documentations, as well.
Change History (9)
comment:1 Changed 17 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 17 years ago by
Owner: | changed from Alpar Juttner to Peter Kovacs |
---|
comment:3 Changed 17 years ago by
Status: | new → assigned |
---|
comment:4 follow-up: 5 Changed 17 years ago by
comment:5 Changed 17 years ago by
Replying to kpeter:
Another task: should we separate these classes into two or more source files?
No, we shouldn't, unless one of these two groups are automatically included somehow.
comment:6 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
The overall clean-up is done.
comment:7 follow-up: 8 Changed 17 years ago by
The changesets can be found in my repository (79, 80, 81, 82, 83):
http://lime.cs.elte.hu/~kpeter/hgwebdir.cgi/lemon/
comment:8 Changed 17 years ago by
Replying to kpeter:
The changesets can be found in my repository (79, 80, 81, 82, 83):
http://lime.cs.elte.hu/~kpeter/hgwebdir.cgi/lemon/
The changeset numbers are not permanent, so always use hash ids instead, which are [d73c2e8b25cb], [15968e25ca08], [7ff1c348ae0c], [bce6c8f93d10] and [3654324ec035].
Another task: should we separate these classes into two or more source files?
The main categories:
Should we use
basic_maps.h
andmap_adaptors.h
, or it is enough to group them only in the documentation?