Thread overview
Static typing, contracts, unit tests and more
Nov 16, 2012
bearophile
Nov 17, 2012
Rob T
Nov 23, 2012
deadalnix
November 16, 2012
(Sorry for the duplicated post, I have realized it's better to show this here than D.learn)

Notes about some ways to write code and avoid some mistakes.

http://www.reddit.com/r/programming/comments/138j4t/static_typing_contracts_unit_tests_and_more/

Bye,
bearophile
November 17, 2012
On Friday, 16 November 2012 at 04:49:28 UTC, bearophile wrote:
> (Sorry for the duplicated post, I have realized it's better to show this here than D.learn)
>
> Notes about some ways to write code and avoid some mistakes.
>
> http://www.reddit.com/r/programming/comments/138j4t/static_typing_contracts_unit_tests_and_more/
>
> Bye,
> bearophile

I appreciate the post. I could use more examples like this of how D is intended to be used, esp the features not seen in a language like C++.

--rt
November 23, 2012
Le 15/11/2012 20:49, bearophile a écrit :
> (Sorry for the duplicated post, I have realized it's better to show this
> here than D.learn)
>
> Notes about some ways to write code and avoid some mistakes.
>
> http://www.reddit.com/r/programming/comments/138j4t/static_typing_contracts_unit_tests_and_more/
>
>
> Bye,
> bearophile

I did learn a bunch about research in type systems. Thanks a lot !