Look at this beauty: https://github.com/crowbar/crowbar-core/blob/master/crowbar_framework/app/models/service_object.rb#L941

Nice uh? Its a 500 lines methods that its distinctly separated into 4 different pieces internally that make 4 very distinct phases inside.

So why not split that into 4 different methods with nice names that make clear what they are doing, then make apply_role just call those 4 methods? Sounds like that would make it more clear and easy to make modification to it. Not only that, but have you think about testing? Testing that big of a thing sounds difficult, while testing 4 different methods separated should be much easier!

The goal of this project is as follows:

  • Split apply_role into (at least) 4 different methods that cover the 4 different steps inside it
  • Add tests for those 4 different methods
  • ???????
  • profit!

Risks and challenges

  • Break apply_role functionality
  • If everything goes as expected and this is properly done, we may get too much love from our workmates for making their lives easier

Looking for hackers with the skills:

Nothing? Add some keywords!

This project is part of:

Hack Week 16

Activity

  • over 6 years ago: itxaka joined this project.
  • over 6 years ago: ilausuch liked this project.
  • over 6 years ago: ilausuch started this project.
  • over 6 years ago: itxaka liked this project.
  • over 6 years ago: itxaka originated this project.

  • Comments

    Be the first to comment!

    Similar Projects

    This project is one of its kind!