alexpeachey / end_state

A State Machine implementation
MIT License
9 stars 5 forks source link

Extract state machine configuration #23

Closed charlierudolph closed 9 years ago

charlierudolph commented 9 years ago

Literally just move the class methods into its own file. Now its a 4.0 to code climate

coveralls commented 9 years ago

Coverage Status

Coverage increased (+0.02%) when pulling d9ca30ad5d86ae21d7a35b300e5219d88839529b on charlierudolph:cr-extractConfiguration into e234b05fb772129073a06a4b82c19f28cd3fe547 on Originate:master.

alexpeachey commented 9 years ago

Though usually not a fan of just extracting junk into a module and then extending, in this case, in order to keep the interface as nice it's the right route. It does have me thinking though about a separate idea that I'll open in an issue. It would mean changing the interface though which might not be a great idea.