- Backtrack from destination in addition to searching from origin.
- Fetch multiple articles per network call.
- Favour longer string matches, and strings that match links?
- Experiment with penalising longer paths?
- Move away from Bootstrap?
- Phantom types for complete/incomplete paths?
- Improve readability of
Pathfinding.Update
by combiningPath
andArticle
somehow?Path a
&Path.map
to model this?