Routing is at the heart of any web framework. This tutorial doesn't include futures, but rather focuses on the mechanics of how to write correct route signatures, so we can access the data we need.
Keeping code clean is essential to scaling any software product. Learn a few different strategies to organize your routes to keep a clean seperation of code.