mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-26 15:44:54 +01:00
The idiomatic approach to naming domain-driven design (DDD)-style repositories is to use the singular form of the object being encapsulated by the repository, e.g. BookRepository vs. BooksRepository. Thus far, the repository interfaces and implementations created here in Bisq have used the latter, plural form, but going forward we should revert to the norm. To this end, this commit renames SeedNodesRepository and its single implementation to SeedNodeRepository and CoreSeedNodeRepository respectively. |
||
---|---|---|
.. | ||
main | ||
test/java/io/bisq/core |