Is the visitor pattern still relevant?
Analyzes the relevance of the visitor design pattern in modern programming, comparing it to alternatives like dynamic_cast and discussing its core use case.
Ferran Pujol Camins is a versatile software developer with a strong mathematics background, currently focused on C++ development. With experience in iOS, Rust, and Swift, he contributes to open source and writes about systems programming and software design.
3 articles from this blog
Analyzes the relevance of the visitor design pattern in modern programming, comparing it to alternatives like dynamic_cast and discussing its core use case.
A guide to configuring CLion's debugger to work with Valgrind's gdbserver for debugging memory issues on Linux.
Technical guide on using CMake and CPack to create a macOS application bundle, covering bundle structure and generator options.