|
|
|
|
|
by pja
364 days ago
|
|
> You have to be extremely verbose in describing all of your requirements. There is seemingly no such thing as too much detail. Sounds like ... programming. Program specification is programming, ultimately. For any given problem if you’re lucky the specification is concise & uniquely defines the required program. If you’re unlucky the spec ends up longer than the code you’d write to implement it, because the language you’re writing it in is less suited to the problem domain than the actual code. |
|