Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jgit-dev] JGit without local filesystem

On Thu, Jun 17, 2010 at 12:33 AM, Shawn Pearce <spearce@xxxxxxxxxxx> wrote:
> I'm starting to do the refactoring required to support JGit running on
> different storage technologies beyond just the local filesystem.  The
> bulk of the work is in [1], where I pull a lot of methods out of
> Repository up into a more abstract base class called GitRepository.
>
> Unfortunately, I hate this name "GitRepository".
>
> I would rather rename the current Repository class to FileRepository,
> and then make Repository available for this new abstract base class.
> Its a pretty severe API breakage for applications, including EGit.

+1, we have the power now to refactor and break. Once we hit 1.0
things will be a bit different.

-- 
Cheers,

Chris Aniszczyk
http://aniszczyk.org
+1 860 839 2465


Back to the top