Skip to content

Commit

Permalink
Add two more links
Browse files Browse the repository at this point in the history
  • Loading branch information
sapegin committed May 2, 2024
1 parent fdfa52a commit f4c2ba9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions manuscript/Resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

- [AHA programming](https://kentcdodds.com/blog/aha-programming) by Kent C. Dodds
- [Array reduce vs chaining vs for loop](https://kentcdodds.com/blog/array-reduce-vs-chaining-vs-for-loop) by Kent C. Dodds
- [Clever code considered harmful](https://www.joshwcomeau.com/career/clever-code-considered-harmful/) by Josh Comeau
- [Code Health: Reduce Nesting, Reduce Complexity](https://testing.googleblog.com/2017/06/code-health-reduce-nesting-reduce.html?m=1) by Elliott Karpilovsky
- [Code Health: To Comment or Not to Comment?](https://testing.googleblog.com/2017/07/code-health-to-comment-or-not-to-comment.html?m=1) by Dori Reuveni and Kevin Bourrillion
- [Everything is a Component](https://medium.com/@level_out/everything-is-a-component-cf9f469ad981) by Luke Hedger
Expand All @@ -19,6 +20,7 @@
- [Making Wrong Code Look Wrong](https://www.joelonsoftware.com/2005/05/11/making-wrong-code-look-wrong/) by Joel Spolsky
- [Naming conventions in programming – a review of scientific literature](https://makimo.pl/blog/scientific-perspective-on-naming-in-programming/) by Iwo Herka
- [On the changing notion of code readability](http://firstclassthoughts.co.uk/Articles/Readability/TheChangingNotionOfReadability.html) by Kasper B. Graversen
- [Outliving the Great Variable Shortage](https://waura1.rssing.com/chan-1910818/latest.php) by Tim Ottinger
- [Psychology of Code Readability](https://medium.com/@egonelbre/psychology-of-code-readability-d23b1ff1258a) by Egon Elbre
- [Small Functions considered Harmful](https://medium.com/@copyconstruct/small-functions-considered-harmful-91035d316c29) by Cindy Sridharan
- [The “Bug-O” Notation](https://overreacted.io/the-bug-o-notation/) by Dan Abramov
Expand Down

0 comments on commit f4c2ba9

Please sign in to comment.