Split Repository impl by state #347
Labels
A-dx
Area: Related to Developer Experience
A-repository
Area: Related to the Repository API
C-enhancement
Category: New feature or request
C-refactor
Category: Refactoring of already existing code
Repository is ~2k LOC. I think it's not easy to navigate, especially given the generic implementations. I think it would be good, to split that file by the state of the implementation into submodules. E.g.,
repository/open.rs
, so we know directly, that this is only containing impls for an open repository.The text was updated successfully, but these errors were encountered: