On Sunday, 25 July 2010 at 14:10:10 UTC, Simen kjaeraas wrote:
bearophile <[email protected]> wrote:
I suggest all people in all D newsgroups, to write code that
runs, not uncompilable snippets. All errors in the last
Walter's talk can be avoided in few minutes running the code.
In Python newsgroups 90% of the code snippets are run before
they are shown to people.
Of course. But not always does time allow us such excesses. :p
Think of the time it costs us all when we incorporate an idea
that doesn't work into our thinking.
Bearophile is right, I've been feeling this too.
Even worse, the documentation has code that doesn't compile.
This surprised me because D is so strong on unit tests and doc
generation...