Re: D Language, chained null checks and the Maybe monad - article

2013-02-25 Thread Michael
Updated upto version 3.0. - new api - added unit tests - code in d style guide

Re: D Language, chained null checks and the Maybe monad - article

2013-02-09 Thread Michael
Changes According to D Style Guide added proper casing and naming (before - after): Do - call, If - when, Return - select, With - select, WithValue - selectValue. Removed property attribute @property because these functions are not properties that belonging to object, there is no sence in

Re: D Language, chained null checks and the Maybe monad - article

2013-02-06 Thread Oleg Kuporosov
On Tuesday, 5 February 2013 at 20:13:51 UTC, Michael wrote: Inspired by. It's noted at top) Yep, but not in English. Michael, it is good code, may be it make sense to add it into std.functional after some refactoring?

Re: D Language, chained null checks and the Maybe monad - article

2013-02-05 Thread Michael
Inspired by. It's noted at top)

D Language, chained null checks and the Maybe monad - article

2013-02-04 Thread Michael
Hi, all) It's about chained null checks and the Maybe Monad, in Russian. Code is written as always in ;D link - http://www.m1xa.com/ru/article/d-language-chained-null-checks-maybe-monad.html Thanks)

Re: D Language, chained null checks and the Maybe monad - article

2013-02-04 Thread 1100110
On 02/04/2013 02:28 PM, Michael wrote: Hi, all) It's about chained null checks and the Maybe Monad, in Russian. Code is written as always in ;D link - http://www.m1xa.com/ru/article/d-language-chained-null-checks-maybe-monad.html Thanks) (please let s/ru/en/ give me english, please let it