When Warnings Become Errors - A Case-Study of Latent Bugs
Offered By: code::dive conference via YouTube
Course Description
Overview
Explore a case study of latent bugs in C++ and learn how updating compilers and using static analyzers can uncover obscure issues in large codebases. Discover real-world examples of bugs resolved before manifestation through modern tooling adoption. Gain insights into convincing management to invest in code health monitoring and compiler updates. Delve into the reasons behind modern compilers' reduced tolerance for unusual pointer conversions and ambiguous operator precedence. Benefit from the speaker's experience in navigating complex C++ projects and writing maintainable code. Learn practical strategies for improving code quality and reducing technical debt in multi-million line repositories.
Syllabus
When warnings become errors. A case-study of latent bugs (...) - Ćukasz Kucharski - code::dive 2019
Taught by
code::dive conference
Related Courses
From Developer to SW Architectcode::dive conference via YouTube Stop Writing Test Doubles You Are Using
code::dive conference via YouTube You Can Do Better! Presentations That Are Captivating
code::dive conference via YouTube What C and C++ Developers Can Learn from Rust
code::dive conference via YouTube Beautiful Python Refactoring II
code::dive conference via YouTube