Posts – Page 3

2 min read

Tell, Don’t Ask: Getters Are Evil

Software design

![tell dont ask](/assets/tell_dont_ask.jpg "tell dont ask") Many times we were told that getters are evil and we should stop using them. So, What is wrong with getters ? Well,…

3 min read

Speed Up Your Computations

Performance

![Speed Up Your Computations](/assets/speed_up_your_computations.jpg "Speed Up Your Computations") Sometimes you find yourself trying to squeeze the last bits of your CPU to give you some more milliseconds. Or you…