Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Give examples of testability #13

Open
krawutzi opened this issue Jun 16, 2020 · 1 comment
Open

Give examples of testability #13

krawutzi opened this issue Jun 16, 2020 · 1 comment

Comments

@krawutzi
Copy link

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?

@truizlop
Copy link
Member

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants