Skip to content

Commit

Permalink
Avoid conditions chapter final edit 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
sapegin committed Jul 11, 2024
1 parent 13d4f32 commit 3426694
Show file tree
Hide file tree
Showing 4 changed files with 657 additions and 578 deletions.
2 changes: 1 addition & 1 deletion manuscript/020_Avoid_loops.md
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ This code is good, and though, it’s more in the spirit of this book, the origi
I’d be happy to accept either the original, with the `for of` loop, or the last one, with the `flatMap()` and `map()` chain, during a code review. No `reduce()` for me, thank you!
_(Though `tableData` is a terrible variable name.)_
_Though `tableData` is a terrible variable name._
I> We talk about naming in the [Naming is hard](#naming) chapter.
Expand Down
Loading

0 comments on commit 3426694

Please # to comment.