murjax / Github-Repo-Cloner

A command line toolkit for cloning a user's repositories written in multiple languages.
3 stars 5 forks source link

Ruby Rewrite #18

Closed murjax closed 1 year ago

murjax commented 1 year ago

Rewrite the original Ruby project (currently in this repo under old/ruby).

Improvements made:

Issues for Ruby: #22, #27, #44

murjax commented 1 year ago

@MichaelDimmitt Can you re-review for these two questions?

  1. Does this satisfy the specification from issue #44 minus stretch?
  2. Is this readable? It's consolidated into a single class right now. There's places to split responsibility into more classes if we want. Will you be able to read it 6 months from now as as?