04:14 - If you find yourself chaining many "if" and "else" statements together. Look into Case Statements.
(Go To Link)05:21 - While Loops are not popular among Rubyists and should generally be avoided. Instead, use Enumerable Methods, such as "each" or "collect".