4
lorentz
1y

Lessons from a really big project I will almost certainly finish:

When specifying a program, a lot of inputs become valid which have few to no real use cases, simply because they logically follow from the requirements.
When implementing a specification, some narrow use cases become unexpectedly difficult to handle.

It's important to recognize the intersection and reject it.

Comments
Add Comment