-
Notifications
You must be signed in to change notification settings - Fork 24
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
TunesTakeout #5
base: master
Are you sure you want to change the base?
TunesTakeout #5
Conversation
This reverts commit 63de8c4.
|
||
def new | ||
@user | ||
end |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't understand what there is a variable here that isn't set to anything. Are you using this somehow? If so, set it to something. If not, you can get rid of it.
Overall, great job! I like how you creatively got your Cheers! |
Thank you so much, Riley! I appreciate your feedback and your time. I felt Thank you <3 On Tue, May 24, 2016 at 3:43 PM, Riley Spicer [email protected]
|
I think every project I finished at Ada felt like throwing the project at a wall by the end ;) You're doing a great job! |
Well, this was a doozy, as you know.
Things I'm proud of:
I spent a lot of time following the data flow through my app, using binding.pry to see at various moments what data was available.
I also think I got more comfortable with rails, though routes are still sometimes challenging.
I was able to standardize most of the search response data from the TunesTakeout API so that I could reuse methods and a partial to display them. This took a long time.
I did a better job this time at pulling logic into the models.
I think I could have figured out some tests with more time, but ended up giving up on that for the moment. I also realized I don't really know anything about bootstrap, so that's on the study list as well.
Thanks!