develmaycare / pyprojectutils

A collection of documentation and command line utilities for managing a software project.
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

Fetch is a Poor Naming Choice for Repo Class #100

Open develmaycare opened 7 years ago

develmaycare commented 7 years ago

BitbucketRepo and GitHubRepo include a fetch() method which could be confused with the fetch command for git. This should be renamed to get_repos().