|
Your point is very well taken. The goal is simplicity. The hope is to improve upon C# and make it even simpler. By default, there would be no need to specify getter/setter code.
public property String title;.
However, if a property requires non-trivial getters/setters, you'd specify them, like in C#.
|