Case study of over-engineered C++ code
A case study analyzing over-engineered C++ code for file format detection, showing how to simplify object-oriented design and remove unnecessary complexity.
Krzysztof Kowalczyk writes practical, experience-driven posts on software engineering, spanning Go, C++, JavaScript, and modern UI frameworks. His blog covers performance optimization, desktop and web app development, and lessons learned from building products like SumatraPDF and Edna.
24 articles from this blog
A case study analyzing over-engineered C++ code for file format detection, showing how to simplify object-oriented design and remove unnecessary complexity.
Explains the confusing behavior of nil comparisons with empty interfaces (interface{}) in Go, detailing why a nil pointer assigned to an interface may not equal nil.
Explains Svelte 5 snippets, covering basics, use cases like reducing nesting, and replacing slots.
A developer shares controversial C++ engineering decisions in the SumatraPDF codebase, focusing on performance, simplicity, and maintainability.