lozand / Portfolio_App

Stuff to do things
0 stars 0 forks source link

Need to come up with Proper messaging between layers #18

Open lozand opened 8 years ago

lozand commented 8 years ago

Example: Currently, the sell/buy stock functions will return a success if nothing bad happens. Technically, not having enough money is not bad, since an error is not thrown. In that case, we need to throw a custom error and then when the controllers see that error, they should display a different message.

lozand commented 8 years ago

Kind of did some work on this, but it could probably use just a tiny bit more.