Hello!

It is reminder about ongoing voting about D properties proposals. You can express your opinion.

Current results are as follows:

* 23 voters

* D properties pool:
- 60,87% of people are for introducing new syntax for properties
- 39,13% are for fixing existing problems with current syntax
- most people who would like new syntax prefer following syntax:
        property {
          int size() {return _size;}
          void size(int s) {_size = s;}
        }
  then goes C# syntax, and finally latest proposal from Michael Fortin.

* Omissible parenthesis poll:
- 65,22% are for removing omissible parenthesis syntax from D language

---

I don't think that 23 voters can be representative for D community. If you have clear opinion about how properties should work in D, then you can express your opinion. Don't loose your chance :-)

http://www.igsoft.net/dpolls/index.php

BR
Marcin Kuszczak
(aarti_pl)

Reply via email to