| bio | website | uko-on-code.blogspot.com |
|---|---|---|
| location | L'viv, Ukraine | |
| age | 21 | |
| visits | member for | 5 months |
| seen | Mar 29 at 14:15 | |
| stats | profile views | 3 |
I'm a software developer / computer science researcher who just loves everything related to the software engineering.
Although I'm continuously learning something new and different, my main field of interest is software evolution.
I know key concepts of oop, tdd, bdd, java, eclipse, c, ruby… But my main question remains the same: „How do you create a living system that is going to evolve and not begin dying slowly after the release (or even before)?“
Proposed:
|
Nov 23 |
comment |
null values vs “empty” singleton for optional fields Wow, that's really helpful. I'm also using this code from java app. How will java work with Option[T]? Should I provide some additional methods? Because with null it's simple: if (object.field() != null) {...} |
