Drawing on 35 years of coding experience, the author explores how to write defect-resistant code without relying on automated tests. Key techniques include: using non-nullable types and Result types instead of exceptions for business errors, embracing immutability to eliminate shared mutable state, leveraging strong type

9m read time From planetgeek.ch
Post cover image
Table of contents
What would you do if you weren’t allowed to write Automated tests?Next time

Sort: