Comment by gridspy
9 months ago
The power of attributes and get/set in languages like C# is similar. It's easy to turn value types into functions. Or to move a value into a subclass and you don't need to do a.b.c (moved c into b) because you can add c => b.c to the a class.
No comments yet
Contribute on Hacker News ↗