Skip to content

Commit

Permalink
Add new book chapter: don’t make me think
Browse files Browse the repository at this point in the history
  • Loading branch information
sapegin committed Nov 28, 2024
1 parent 50cd85a commit 44622ef
Show file tree
Hide file tree
Showing 10 changed files with 798 additions and 1 deletion.
1 change: 1 addition & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/content/blog/avoid-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -747,3 +747,4 @@ Read other sample chapters of the book:
- _Avoid comments (*this post*)_
- [Naming is hard](/blog/naming/)
- [Divide and conquer, or merge and relax](/blog/divide/)
- [Don’t make me think](/blog/dont-make-me-think/)
1 change: 1 addition & 0 deletions src/content/blog/avoid-conditions.md
Original file line number Diff line number Diff line change
Expand Up @@ -2089,3 +2089,4 @@ Read other sample chapters of the book:
- [Avoid comments](/blog/avoid-comments/)
- [Naming is hard](/blog/naming/)
- [Divide and conquer, or merge and relax](/blog/divide/)
- [Don’t make me think](/blog/dont-make-me-think/)
1 change: 1 addition & 0 deletions src/content/blog/avoid-loops.md
Original file line number Diff line number Diff line change
Expand Up @@ -842,3 +842,4 @@ Read other sample chapters of the book:
- [Avoid comments](/blog/avoid-comments/)
- [Naming is hard](/blog/naming/)
- [Divide and conquer, or merge and relax](/blog/divide/)
- [Don’t make me think](/blog/dont-make-me-think/)
1 change: 1 addition & 0 deletions src/content/blog/avoid-mutation.md
Original file line number Diff line number Diff line change
Expand Up @@ -1014,3 +1014,4 @@ Read other sample chapters of the book:
- [Avoid comments](/blog/avoid-comments/)
- [Naming is hard](/blog/naming/)
- [Divide and conquer, or merge and relax](/blog/divide/)
- [Don’t make me think](/blog/dont-make-me-think/)
1 change: 1 addition & 0 deletions src/content/blog/avoid-reassigning-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -801,3 +801,4 @@ Read other sample chapters of the book:
- [Avoid comments](/blog/avoid-comments/)
- [Naming is hard](/blog/naming/)
- [Divide and conquer, or merge and relax](/blog/divide/)
- [Don’t make me think](/blog/dont-make-me-think/)
1 change: 1 addition & 0 deletions src/content/blog/divide.md
Original file line number Diff line number Diff line change
Expand Up @@ -1138,3 +1138,4 @@ Read other sample chapters of the book:
- [Avoid comments](/blog/avoid-comments/)
- [Naming is hard](/blog/naming/)
- _Divide and conquer, or merge and relax (*this post*)_
- [Don’t make me think](/blog/dont-make-me-think/)
Loading

0 comments on commit 44622ef

Please sign in to comment.