PH
Petr Hons
TomTom Navigation B.V.
Senior C++ developer
Amsterdam, Netherlands
I like the freedom C++ gives me.
There are multiple paradigms we all can use for different usecases - corutines for network applications, std::function callbacks for event driven system, etc. The hard part is to find out, which is the best.
I also interested in debuggers and their internals. It is great to have all these nice features, but without proper debugging support they are not really production ready.
I am following LLDB which is very nice example how to create tool that can be used to script every possible scenario, in this case using nice Python and C++ API.
I really like the recent development of C++, multiple compilers and tools that emerged - LLVM/Clang/lldb/lld, clang-tidy, clang-format and MSVC getting compliant.