@property - take it behind the woodshed and shoot it?

Timon Gehr timon.gehr at gmx.ch
Thu Jan 24 18:58:34 PST 2013


On 01/25/2013 03:48 AM, deadalnix wrote:
> On Thursday, 24 January 2013 at 18:35:08 UTC, mist wrote:
>> Yes, I am able to use parens, but in _my_ code I also do not need
>> -property or anything - I am C++ programmer after all, I can
>> discipline myself to certain code style even without compiler help.
>> But writing generic code and reading one of others... I am glad I have
>> not had to do any high-order function generic processing yet.
>
> I always create dumb lambda to do so as going fully functional is too
> painful map!(a => foo(a)) instead of map!foo . That is really annoying.

And just as pointless.


More information about the Digitalmars-d mailing list