Opened 17 years ago
Closed 16 years ago
#517 closed task (fixed)
General cleanup
Reported by: | waltweltonlair | Owned by: | waltweltonlair |
---|---|---|---|
Priority: | low | Milestone: | 2.1 |
Component: | General | Version: | 2.0.0 |
Severity: | minor | Keywords: | |
Cc: | External ID: |
Description
Just a generic ticket for any code cleanup we want to do.
Change History (4)
comment:1 by , 17 years ago
Status: | new → assigned |
---|
comment:2 by , 17 years ago
Submission https://trac.osgeo.org/mapguide/changeset/3136:
- use consistent variable names
comment:3 by , 17 years ago
Submission to branch stream https://trac.osgeo.org/mapguide/changeset/3139
- use consistent variable names
comment:4 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Done with this ticket for now.
Note:
See TracTickets
for help on using tickets.
Submission https://trac.osgeo.org/mapguide/changeset/3110:
Renamed some stylization variables pointing to collections - they now end with 's'.
Renamed some stylization variables referring to symbol instances.
In stylization code, used ++i convention in for loops where possible, instead of i++.
Removed tab characters.