Re: @property usage

2014-12-08 Thread Nicholas Londey via Digitalmars-d-learn
as this can break some invalid code (the code where people using properties as functions) Does @property ever make sense for a free floating function? I would have thought no but was recently asked to add it if using the function with uniform call syntax.

DLang Front Page Code Example

2014-05-21 Thread Nicholas Londey via Digitalmars-d-learn
I was looking at this code the other day and thought to my self This is terrible D in the order of the C hello world with no error handling and returning a junk stack value. I am a reasonably experienced C++ programmer but still a newbie at D. However, between the ideals of reusable code and