From 4296f9238d052d149582d3e7a446de9a3e09952f Mon Sep 17 00:00:00 2001 From: Jason Down Date: Wed, 6 Sep 2017 09:58:32 -0400 Subject: [PATCH] Removed the Programming Paradigms section and moved the paper under the Practices section. --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 34ff42e..a282b6c 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,7 @@ But knowing the stuff will help you become better! :muscle:* - :white_check_mark: [Going To Production Checklist](https://github.com/mr-mig/going-to-production) - :book: [Release It!](https://www.goodreads.com/book/show/1069827.Release_It_) - :book: [Professor Frisby's Mostly Adequate Guide to Functional Programming](https://drboolean.gitbooks.io/mostly-adequate-guide/content/) +- :scroll: [Programming Paradigms for Dummies: What Every Programmer Should Know](https://www.info.ucl.ac.be/~pvr/VanRoyChapter.pdf) ### Career - :page_facing_up: [10 Things Every Programmer Should Know For Their First Job](http://www.applematters.com/article/10-things-every-programmer-should-know-for-their-first-job/) @@ -95,9 +96,6 @@ 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) - :page_facing_up: [Speed In Software Development](https://www.targetprocess.com/articles/speed-in-software-development/)