-
Notifications
You must be signed in to change notification settings - Fork 4
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
Interface testing at compile time or runtime? #24
Comments
I think what was overlooked is that we can just accomodate both. If you pass Then we can define On top of no precompile testing packages can also opt out of providing test objects to |
That sounds good but we also need to keep in mind that each of these induces additional complexity in terms of both code and user experience |
Totally. Although we have half the code complexity already (because it was never deleted). I think this will only be about 10-20 lines added. For the user experience I think the unproven option would not be widely advertised to minimise confusion, but available to those that look for it. |
This is the central question that many other issues are debating.
At the moment, for performance reasons, testing is optional and can be done in the implementer package's test suite with
Interfaces.test
Pull requests:
Issues:
The text was updated successfully, but these errors were encountered: