Skip to content

Add recommendations for option parsing#35

Description

@springmeyer

In C++ my experience says:

  • If it is okay to use boost, use boost::program_options, it is a solid library.
  • It is often not okay to use boost. The headers alone are > 50 MB 馃檧 and contain > 13,000 files. And boost::program_options requires linking a precompiled library. This is massive weight and complexity for a build system just to parse options.
  • So for lightweight C++ libs that might not otherwise have any dependencies we need to recommend a very lightweight option parsing solution.

/cc @GretaCB @joto @mapbox/core-tech @danpat

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions