Oct. 10th, Thursday - 10:45 - 11:15
Build bigger in less time: code testing beyond the basics
Modern software projects are huge: hundreds of thousands of lines of code across hundreds of dependencies. How do they avoid falling apart due to an endless stream of bugs?
The answer: advanced testing techniques — much more than just clippy
, unit tests, and end-to-end CI.
Better testing allows us to build bigger in less time, while minimizing bug triage and debugging needs. Let’s dig into some of those advanced techniques and see how they power the projects that we use every day!