SWOT-Confluence / datagen

Generates JSON files that serve as input to the Confluence workflow.
Apache License 2.0
0 stars 0 forks source link

Poor choice of data type in set finder #22

Closed mikedurand closed 2 months ago

mikedurand commented 11 months ago

I chose to use a dictionary to hold the InversionSets, and all functions are designed around that. As a result, some code is quite klugey. It needs to be made a list, and the functions changed to operate on the list instead. Next bug that crops up, is worth considering whether to take the plunge.

mikedurand commented 2 months ago

meh. dictionaries are fine.