macfanatic / pay_your_rent_ruby_homework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improvements:

  • I would use bundler and pull in active_support/core_ext/object/blank methods for #blank?
  • I introduce a config/boot.rb file to manage requiring all files better, including modifying load path
  • I would use rspec for unit testing the service classes
  • I would use aruba (cucumber for CLI apps) for integration testing, if desired

To Run

There is a sample data file included.

$> bin/script data/sample.txt

About


Languages

Language:Ruby 74.1%Language:C 25.9%