Jürgen Ryannel

Results 22 comments of Jürgen Ryannel

or using assignments: ``` int value = 0 ``` Seems the easiest one. ``` struct { int value = 0; // define 0 as default value when struct is initialised...

If we would introduce YAML format for annotations we can use the same format for default values. ``` int value = 0; Status status = Status.Loading; ```