Add list of CS things

This commit is contained in:
Charles-Axel Dein 2016-04-24 19:59:09 +02:00
parent ba1f04f9b0
commit 3e12ce2b11
1 changed files with 5 additions and 0 deletions

View File

@ -13,6 +13,7 @@
- [Releasing & deploying](#releasing-&-deploying)
- [Testing](#testing)
- [Things to know](#things-to-know)
- [List of things to know](#list-of-things-to-know)
- [Know your concepts](#know-your-concepts)
- [Know your editor](#know-your-editor)
- [Know your dev environment](#know-your-dev-environment)
@ -89,6 +90,10 @@ Architecture](http://martinfowler.com/articles/microservice-testing/) (Martin Fo
## Things to know
### List of things to know
* [What every computer science major should know](http://matt.might.net/articles/what-cs-majors-should-know/)
### Know your concepts
* [DDD](https://en.wikipedia.org/wiki/Domain-driven_design)