Daniel Vingo
Results
2
issues of
Daniel Vingo
This came out of the discussion over here: https://github.com/metosin/malli/issues/695 When working in cljs having the code output by macros in the same namespace you're working in will enable repl-driven development...
Spec guide improvement - update to include example use cases and anti-patterns of simple namespaces.
2
In practice (on blogs and in app templates) application domains are often modeled using simple namespace names instead of globally unique names - `task` instead of `com.myorg.myapp.task`. This is great...