-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Jessica Owens -- Carets #25
base: master
Are you sure you want to change the base?
Conversation
…range below target price
Ada TraderWhat We're Looking For
In your order_entry_view, when creating an order you have a generic loop to get your properties from the form into the right format for creating data. It's good and it works! It may be a little bit overengineering though-- In some cases, it may be more valuable to explicitly just find and add the properties so that it's clearer/easier to read, and more intentional for someone to know what is on that order. Overall, good work! Event-driven programming is always interesting, especially in contrast with the message-driven programming we've done otherwise. Keep in mind that event-driven is not the only solution available. Otherwise, great job! |
Ada Trader
Congratulations! You're submitting your assignment!
##Note
This is incomplete. Tests haven't been written.
Comprehension Questions
<h3>${errorsHash[key]}</h3>
) in my order_form_view, but it was isolated. I couldn't figure out how to render the errors via template in a timely manner.