This is an archived, read-only instance of the JaCaVi Trac. This site is no longer actively maintained. Registration and login have been disabled. Content is preserved for reference only.

Changes between Initial Version and Version 1 of Ticket #180


Ignore:
Timestamp:
10/23/08 22:10:30 (18 years ago)
Author:
Henrik Heimbuerger
Comment:

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.
     1There 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.
    22
    33Split up into two classes or find another way of cleaning it up.