Update README.md

This commit is contained in:
greg piccolo
2015-08-31 20:39:19 -04:00
parent a7ad9acdac
commit cddc9454d2

View File

@ -1,9 +1,13 @@
Week 3 Day 2
============
Ready for some serious OOD, SQL, and algorithm challenges today? Grab a coffee and do some stretches, we're gonna tap that sweet brain.
Ready for some serious OOD, SQL, and algorithm challenges today? Grab a coffee and do some stretches.
Thankfully, we'll use the [Model-View-Controller](https://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93controller) structure to keep our code abstracted and organized - leaving more room in your brain for computation.
#### Resources
[Object Oriented Design](http://en.wikipedia.org/wiki/Object-oriented_design)
[SQL Quick Reference](http://www.w3schools.com/sql/sql_quickref.asp)
[Model-View-Controller](http://c2.com/cgi/wiki?ModelViewController)