October 2023
Intermediate to advanced
344 pages
9h 52m
English
Clear and readable source code matters much more to humans than it does to computers. Whether we’re trying to debug existing code or learning to use a new feature, we inevitably find ourselves reading through source code. It’s important to ensure that our code is as readable as possible so that its meaning is clear to other readers. Code that’s hard to follow or easily misunderstood is a breeding ground for errors.
One way to improve the clarity of our code is to use the type system to our advantage by creating our own types and giving them names that clearly describe their purpose. Good names are important ...
Read now
Unlock full access