1
0
mirror of https://github.com/mtdvio/every-programmer-should-know.git synced 2025-07-31 12:00:25 +02:00

Added a new section for programming paradigms. Also included a link to a research paper that does a great job of explaining the various paradigms.

This commit is contained in:
Jason Down
2017-09-05 15:48:43 -04:00
parent e6ecfacee7
commit caba436609

View File

@@ -95,6 +95,8 @@ But knowing the stuff will help you become better! :muscle:*
- :book: [Cracking the Coding Interview: 150 Programming Questions and Solutions](https://www.goodreads.com/book/show/12544648-cracking-the-coding-interview)
- :fire: [Everything you need to know to get the job](https://github.com/kdn251/interviews)
### Paradigms
- :scroll: [Programming Paradigms for Dummies: What Every Programmer Should Know](https://www.info.ucl.ac.be/~pvr/VanRoyChapter.pdf)
### Engineering Philosophy
- :movie_camera: [Simple Made Easy](https://www.infoq.com/presentations/Simple-Made-Easy)