mirsaeedi / octokit.net.extensions

This library extends octokit.net, the well-known GitHub client, by enriching it with caching, resilient connections and logging capabilities. In fact, this library free you from dealing with rate limit and abuse issues.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Naming things is hard!

ryangribble opened this issue · comments

Given that the main Octokit.net library is actually called Octokit on nuget and not octokit.net, I think this library should be Octokit.Extensions rather than octokit.net.Extensions. I also think you should follow the main libraries sentence casing, eg Octokit.Extensions rather than lowercase octokit and uppercase Extensions.

This renaming should be done on everything including the folders/file names, project name, namespaces, nuget package name and of course the github repo itself!

What about keeping the GitHub repo name as "octokit.net.extensions". Because the Octokit's GitHub repo name is "octokit.net"

Ah yes very true!