brandizzi / golem

https://bitbucket.org/brandizzi/golem/wiki/Home
0 stars 0 forks source link

Elements should be immutable #9

Open brandizzi opened 8 years ago

brandizzi commented 8 years ago

Original report by Adam Victor Brandizzi (Bitbucket: brandizzi, GitHub: brandizzi).


This ticket basically contradicts #7.

I wonder if the objects should be immutable, maybe even integrated by overloaded operators. It can be costly, yes, but it may be a premature optimization. Let's try that.