Giter Site home page Giter Site logo

jfcameron / githubget Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 215 KB

Library for producing java data model classes from the Github API + a terminal program that displays them

License: MIT License

Java 100.00%
github-api-v3 cli-app data-models java

githubget's People

Contributors

jfcameron avatar

Watchers

 avatar  avatar

githubget's Issues

Refactor Command.run(String[])

This function default constructs a Parameter.List then configures it by parsing the program's arg list. Since Parameter.List is an abstraction of a program's arg list (partial or full) the work of creating a Parameter.List from a String[] should be done in a ctor, it should not be done externally. additionally, not sure why Parameter.List can be default constructed (what is the meaning of a default constructed Parameter.List? What does such a thing represent?). The work done in this function should be moved to a ctor of Parameter.List:
Parameter.List(String[])

Config ctor bug

File already exists exception is thrown on first time run of app. subsequent runs are fine

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.