$ rails new pressie
$ rails g scaffold Recipient first_name:string last_name:string email:string snail_mail:string
####Taylor's Steak House
http://www.taylorssteakhouse.com/
3361 West 8th St., Los Angeles, CA 90005
Friday 4am - 10:30pm
L.A. MAGAZINE "Taylor's rekindles memories of steakhouses in the old days with its low prices and Naugahyde booths. The menu offers classic fare, and the steaks, such as the culotte, are cooked to perfection."
Taylor’s has been serving Los Angeles since 1953 in an elegant old world setting. The full bar, private tables, and group room for private functions, have created a destination for a diverse clientele, including many celebrities.
(Prices are not really low but the food is delicious.)
| class PlusMinus | |
| def +(a,b) | |
| a-b | |
| end | |
| def -(a,b) | |
| a+b | |
| end |
A class should have only a single responsibility.
(i.e. only one potential change in the software's specification shou
http://www.benlinders.com/2013/whats-an-agile-retrospective-and-why-would-you-do-it/
Every retrospective meeting starts by looking at the actions from the previous meeting, to see if they are finished (and to take action if not).
Homework: Watch these 2 tutorials. http://www.lynda.com/React.js-tutorials/Up-Running-React.js/379264-2.html http://www.lynda.com/Developer-Web-Development-tutorials/Building-Polling-App-Socket-IO-React-js/387145-2.html
Start by working on the client side focusing on react, mock out the data, do a first pass on the front-end