June 4, 2019
Episode 3 - Nested Code
In this episode, JMac and Jess discuss practices for flattening nested code. Since logic is the basis of all programs, most code contains branches and loops which affect readability. By focusing on these blocks of nested code we can dramatically reduce the complexity, and improve the readability of our code.
Show Notes
- Shifty Plan
- Guard statement in Swift
- Cyclomatic Complexity
- Map, Filter, Reduce in JavaScript