www.digitalmars.com         C & C++   DMDScript  

D - ETP?

I know it seems not to be high on the list of priorities, but I was
wondering whether there's an intention to implement properties in the near
future?

I am just reworking and expanding the SynSoft D libraries, and am very keen
to have them.

I've started naming accessor methods that will be properties as
propget_XxxYxx(). The reason for this is that it is so ugly it'll never be
overlooked for revision when properties are actually implemented.

It now occurs to me that a simple first implementation of properties could
simply be done as propget_() and propput_() methods. Thoughts?
Sep 14 2003