apparatus / mu

A message based router for building distributed systems
MIT License
26 stars 1 forks source link

self documenting... / doc-generation #48

Open davidmarkclements opened 7 years ago

davidmarkclements commented 7 years ago
  1. it should be a hard requirement that patterns are registered at initialization (as far as I can tell there's no reason for lazy initialization of patterns)
  2. since this is the case, we can run the process with an instrumented mu (proxyquire), which could allow us to grab all patterns and functions
  3. we can use these patterns (and functions) to generate api doc template
mcollina commented 7 years ago

This is a very compelling idea, +1.