www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - Static typing, contracts, unit tests and more

reply "bearophile" <bearophileHUGS lycos.com> writes:
(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
Nov 15 2012
next sibling parent "Rob T" <rob ucora.com> writes:
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
Nov 16 2012
prev sibling parent deadalnix <deadalnix gmail.com> writes:
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 !
Nov 22 2012