Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[NEW EXAMPLE] Ruby - OptParse #53

Open
ainzzorl opened this issue Aug 24, 2021 · 0 comments
Open

[NEW EXAMPLE] Ruby - OptParse #53

ainzzorl opened this issue Aug 24, 2021 · 0 comments
Labels
new example New example proposal

Comments

@ainzzorl
Copy link
Owner

General

Description

OptParse handles command line options. It's a part of the standard library.

Links

https://github.com/ruby/ruby/blob/master/lib/optparse.rb

What makes it interesting

  • Highly reusable.
  • Well-documented.
  • Standalone, does not require understanding much context.
  • Very commonly used in Ruby. Almost anyone who wrote code in Ruby had to deal with it one way or another.

Related work

No.

Other

No.

@ainzzorl ainzzorl added the new example New example proposal label Aug 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new example New example proposal
Projects
None yet
Development

No branches or pull requests

1 participant