Alex Putin

Results 4 comments of Alex Putin

How about that? ``` private int _x property int X public getter = () -> _x private setter = (int value) -> _x = value ``` and readonly property ```...

sounds good, xtend like syntax it's something like this? ``` class Person @property string name // it will be auto-property @property int age function setAge(int value) if value > 0...

I think keyword or annotations needed because I want to see difference between field and property at first sight, especially in the large code