Thoughts about getters and setters in C++
This article deals with getters and setters in C++. I am sorry, it is not about coroutine, but part 2 of thread pools will come in the following weeks. TL;DR: Getters and setters are bad for structure like objects. Introduction In this article, I will only give my opinion about them, I don’t want to […]
C++ (C++, getters, immutable, performance, setters)