navigator
navigator copied to clipboard
Implement strategy lookup table
Once we know what problems are present in our system, we need to know how to address them. A lookup table of some sort seems appropriate. This issue does not include actually filling the table, just implementing the lookup method itself.