markhibberd / pirate

Non-horrible command line parsing.
https://github.com/markhibberd/pirate
BSD 3-Clause "New" or "Revised" License
42 stars 10 forks source link

Pervasive renames to internals. #13

Closed markhibberd closed 10 years ago

markhibberd commented 10 years ago

The goals here are to:

  1. Move away from the temporary Pirate* prefixed names.
  2. Make thinks consistent throughout.
  3. Make things read ok.
  4. Avoid name clashes with standard library.

Have generally erred on the conservative side to avoid clashes for now, can do another sweep later on, to give things nicer, shorter names if possible at a later stage.