Overview
Learn how to write simpler, more effective C++ code in this ACCU 2018 conference talk. Explore the benefits of simplicity in programming, overcome resistance to simplification, and discover specific techniques to create cleaner, more maintainable code. Gain insights into naming conventions, function length, parameter management, and leveraging modern C++ standards. Understand why simpler code is often faster, more correct, and easier to write, ultimately leading to improved development practices and better software outcomes.
Syllabus
Intro
When We Teach, We Start Simple
What is simple code?
Is Simpler Better?
Is it faster to write simple code?
Is simpler code more correct?
Does simpler code run faster?
What's in it for you?
The Easiest Step
Names really help
Using names
Short Functions
Avoid really long lists of parameters
Const all the things
Keep up with the standard
The pit of success
Taught by
ACCU Conference