ryanjm / rails-event-manager

Repeating schedule manager Rails.
MIT License
0 stars 0 forks source link

Clean up files #3

Closed ryanjm closed 10 years ago

ryanjm commented 10 years ago

schedule_item and schedule_todo were specific to the original intention of this code. We should take those out. I think the main thing this changes is adding an event_start attribute to schedule.

It might be also worth while to move code into three separate files in order to help clean things up / make them easier to test.

I'm up for other naming methods and/or a different structure. Let's discuss here.

ryanjm commented 10 years ago

I'll work on refactoring the files into smaller objects later.