Files
tellers-ORM/README.md
2016-02-23 16:08:37 -05:00

14 lines
580 B
Markdown

MVC
============
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)