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

Arbitrary requirements #15

Open
seebees opened this issue Jun 21, 2021 · 0 comments
Open

Arbitrary requirements #15

seebees opened this issue Jun 21, 2021 · 0 comments

Comments

@seebees
Copy link
Contributor

seebees commented Jun 21, 2021

There are often conditions that are important but not stated in a specification.
The specification may make two requirements,
and a specific implementation may link these two requirements.
This transformation or linking is important
but is only relevant to the specific implementation.

As a developer, I want to be able to add specific requirements to my code
that will be enforced and displayed by the duvet tool.

I think that if we use the existing format we can use a section without a specification file.

//= #Precondition
//# The input string can never longer than 50 characters.

This would then require a test

//= #Precondition
//= type=test
//# The input string can never longer than 50 characters.
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

1 participant