You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @krawutzi, everything you build using Bow Arch is a pure function, so you only have to provide inputs and assert on outputs. Said that, it is not easy some times. We still need to work on providing some utilities to ease testing some artifacts (like dispatchers) and to enhance end-to-end testing. Once we do it, we will add the companion documentation. If you want to help us move that forward, I'm more than happy to guide you along the process. Thanks!
You mentioned your principles:
🚧 Clear separation of concerns,
📦 Modularity,
✅ Testability,
🧩 Highly polymorphic,
🧮 Mathematical background
You showed their importance and why you chose those principles. Thank you so much.
The documentation even explains those principles precisely,
but you forgot to showcase testability.
Could you add examples of testability?
The text was updated successfully, but these errors were encountered: