Recently, we ran a group-coding app-building contest for Upcase subscribers. In this video, Ben and Chris review each of the submissions, both highlighting great aspects and suggesting some areas for improvement. Live code review at its finest!
Thank you @christoomey and @benorenstein. Code reviews like this is so valuable, and can’t be seen in any of other video tutorial services that I am subscribed to—which makes Upcase so much more valuable. It’s also cool to see other Upcase subscribers and their level of coding skills.
I am in Cambodia for my non profit assignment so I am not sure how that will work, but I would love to join again! Regardless, thank you guys so much for the review!
Hey @antwonlee, I lean towards local variables over instance variables for the explicitness. Josh Clayton and I discuss this in depth in the Encapsulation and Global State in Rails weekly iteration, but it comes down to finding local variables are a simpler and more direct approach (although unfortunately not standard).