Giter VIP home page Giter VIP logo

cxxopts's People

Contributors

andersrosen avatar charlydelta avatar davidsanfal avatar dennisosrm avatar deric avatar fiesh avatar j2bbayle avatar jarro2783 avatar jgonzalezdr avatar kjetand avatar ldeng-ustc avatar lemire avatar linus-sherrill avatar matthew-limbinar avatar nava2 avatar neheb avatar nickbp avatar nioshd avatar nocnokneo avatar nzsolt222 avatar objectx avatar ollien avatar pmed avatar pysco68 avatar ronxbulld avatar shivakar avatar tesch1 avatar wgahr123 avatar wichtounet avatar xvitaly avatar

Watchers

 avatar  avatar

cxxopts's Issues

Split cxxopts.hpp into several include files

One can observe a rather straightforward decomposition of cxxopts.hpp into several parts:

  1. non-option-specific string-related code
  2. Exception-related code
  3. the values namespace and the Value class
  4. Options and classes with Option in their name
  5. The ParseResult class and some related code.

And the above is also in topological sort of dependencies - except for:

  1. Some implementations which cxxopts.hpp has at the bottom

So let's create headers for each of these. It would make the library structure clearer to follow and would also clarify which includes and definitions are used by which code.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.