Skip to content

Commit

Permalink
Add TODO comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
thirdtruck committed Aug 26, 2016
1 parent 55a2bff commit e5774a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/mini_kickstarter_cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
# in order to keep concerns separated. Sets us up to use more advanced
# command option management code later, too, like named parameters.
class MiniKickstarterCLI
# TODO: Not satisfied with method names that include "and". Open to alternatives.
def self.parse_and_invoke(db, original_arguments)
arguments = original_arguments.compact
command_name = arguments.shift # Shifting to simplify counting/indexing below
Expand Down

0 comments on commit e5774a4

Please sign in to comment.