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
Sort: