434 reputation
18
bio website
location
age
visits member for 1 year, 9 months
seen May 4 at 19:41
stats profile views 10

Apr
29
comment Coding style (do more, then simplify)
Although the shortest code is also not always the right one. For example think about some quickly coded prototype and something that actually follows design patterns like MVC or whatever...
Apr
28
comment Is OOP becoming functional programming?
@delnan By function I mean only pure functions, and by method I understand a mix between a function and a procedure. A function - as it can return a value, and procedure - as a sequence that modifies one's or another's object state.
Apr
28
comment What are the drawbacks of immutable types?
@FlorianMargaine Could you elaborate?