Writing a JSON library in 2 hours in C++ C++ has a bad reputation for long times needed for development. However, as this task has shown, it does not deserve this reputation. Continue reading “Writing a JSON library in 2 hours in C++”…
Serialisation of C++ classes with very little code Serialisation into human readable formats tends to be a tedious task in programming languages without a lot of reflection. Here is a trick to make it far less repetitive in C++. Continue reading “Serialisation of C++ classes with very little code”…
Copy-paste drive development and other innovative techniques for speedy programming An ironic advice about programming… or better to say, an advice how to get fired from your job and then assaulted by me Continue reading “Copy-paste drive development and other innovative techniques for speedy programming”…