toeb / accounting

3 stars 0 forks source link

Account.Children null? #47

Closed matthiaszoellner closed 8 years ago

matthiaszoellner commented 9 years ago

It seems for an empty list of children, the property is currently null instead of empty list.

Is this the intended behavior? It means a lot of extra checking in other application layers, so I would prefer an empty list behavior if possible.

matthiaszoellner commented 8 years ago

Constructor initialization will be applied where necessary.