Open
Description
AFIAK, the terminology we want is:
- a source is a play to find packages (specifically their source code)
- a registry is a type of source which contains multiple released packages (not WIP packages -> it's not a vcs)
But right the Registry
trait is a super-trait of Source
. At the very least Registry
should get a new name, but perhaps both traits should be renamed like RemoteSource: Source
or CachedSource: Source
.