|
|
|
|
|
by revelation
3088 days ago
|
|
Attributes is just another word for "global state". When we speak of elegance in computing, it often means functional programming languages where eradicating global state is the primary motivation. So really fork is the opposite of elegance. It makes state implicit, not explicit. |
|