Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 457 Bytes

README.rst

File metadata and controls

19 lines (14 loc) · 457 Bytes

funcroute

Functional WSGI experiment. Follows along this nice introductory text.

Principles

  • Functional programming tactic: prefer function calls over objects
  • Convention over configuration
  • As much duck-typing as we can get away with
  • Nice and readable coding style