Restructure routing mehodology
sudojunior opened this issue · 0 comments
sudojunior commented
Change the weighted chance structure onrouting
from [string, number][]
to { [route: string]: number }
- allowing for structures that are easier to read and code for.