brl1906/PositionDescription-

Break program into more sensible pattern for position creation and position related data.

Closed this issue · 2 comments

  1. create data folder

  2. in data folder create position_data config file

  3. put information for each position in a structured config item

  4. create positions as instances of the Position class calling related position information from the position_data file

this should be done with a YAML file instead of .ini since the config file with .ini will only store and return strings that would need to be parsed. This means I can't store a dictionary without the extra work to parse it.

This work is complete with 9/13 commit