Changes between Initial Version and Version 1 of Ticket #180
- Timestamp:
- 10/23/08 22:10:30 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #180 – Description
initial v1 1 There are currently two 'variants' of StartingPoint -- the generic (belongs to tile/tileset) one and the concrete (belongs to track) one -- the only runtime instance difference is the hasTrackInformation flag. This is almost impossible to understand for a passing reader.1 There are currently two 'variants' of !StartingPoint -- the generic one (belongs to tile/tileset) and the concrete one (belongs to track) -- the only difference at runtime is the hasTrackInformation flag, yet the semantic difference is huge. This is almost impossible to understand for a passing reader. 2 2 3 3 Split up into two classes or find another way of cleaning it up.