Live data from Hacker News

A sufficiently detailed spec is code

haskellforall.com

1–4 of 4 posts

Re: A sufficiently detailed spec is code

#2
Well done for actually trying and failing to reproduce their results.

But the point from the original comic version kind of makes it seem like specs are useless, which I don't believe is true. Just like reimplementations can be useful (directly so for property testing or golden testing, but also for learning what things worked and what didn't), a specification can be useful even though it is informal or incomplete in that it guides the real implementation. (Like "plan mode", for you vibers.)