Resource management and RAII in C++
October 26, 2016
Recently, I have encountered a legacy code base at work. There are several tremendous class written like this: The real class is much bigger. We can criticize this snippet in multiple ways. For…
Recently, I have encountered a legacy code base at work. There are several tremendous class written like this: The real class is much bigger. We can criticize this snippet in multiple ways. For…
Automatic tests are ubiquitous in software industry these days. Especially to large-scale software, it is necessary to have a set of test to ensure the specification is fulfilled and to prevent…