ajschumacher / mergic

workflow support for reproducible deduplication and merging
16 stars 3 forks source link

separate data structure operations from CL i/o operations #29

Open ajschumacher opened 9 years ago

ajschumacher commented 9 years ago

this will help with #15 (test properly) as well

ajschumacher commented 9 years ago

Maybe a convention to follow can be that __blah can refer to blah for the command line?

ajschumacher commented 9 years ago
# Naming convention:
# A leading underscore means the function takes "self"
# A trailing underscore means the function takes parser "args"