16

I just wrote a small tool to organize command line arguments in C++. Thouhgt that i'd share

https://github.com/Wittmaxi/...

Comments
  • 7
    >single dash
    >camel case

    I'm triggered! It looks nice to use though
  • 3
    @xzvf doesn't trigger me as much as the flags though
  • 5
    @xzvf in this case, its a unit test, so == true makes sense in the way that it explicitly says what it should be. Makes the test easier to understand IMHO
  • 3
    @gnulinuxer4fun I agree, most programming languages are made so the human can talk to the computer with ease, whatever helps the user read and understand the code is good
Add Comment