adrianstone55 / SymbolSort

A Utility for Measuring C++ Code Bloat
http://gameangst.com/?p=320
Apache License 2.0
117 stars 17 forks source link

Options refactor #22

Closed stgatilov closed 6 years ago

stgatilov commented 6 years ago

With the previous state of code it was very hard to add or remove command line parameters independently, because they were listed in four places (on single line in one place). This caused stupid merge conflicts.

Now the list of all settings is written in one place, so it is easier to experiment with cmd arguments.