TheIronYard--Orlando / ROR--2015--SPRING

Resources and homework for the Ruby on Rails cohort at @TheIronYard--Orlando for Spring 2015
Creative Commons Zero v1.0 Universal
6 stars 7 forks source link

03 -- Method to the Madness -- Angela Bier #29

Closed angelabier1 closed 9 years ago

angelabier1 commented 9 years ago

Tasks

angelabier1 commented 9 years ago

https://github.com/angelabier1/TIY-Assignments/wiki

angelabier1 commented 9 years ago

Pull Request

Peterortiz82 commented 9 years ago

:+1:

angelabier1 commented 9 years ago

THANK YOU @Peterortiz82 !!

AJean144 commented 9 years ago

:+1:

bgates commented 9 years ago

I don't know what happened in that num_to_words.rb file. If you try to run it you'll see our friend the error message. That means it shouldn't have been committed. At least one problem with it is that it's missing an end statement, which is the kind of thing that should be noticed by any other developer who looks at the code. That means any other developer who looks at the code (looking at you guys, @Peterortiz82 and @AJean144) should notice the problem and leave that as a comment - "I think you're missing a couple end statements" - rather than just giving a thumbs up and going on your way.