Tag: Repository
All the articles with the tag "Repository".
-
[DDD Intro #14] Repository: Treating it like a domain collection, not a DAO
Repository is a frequently misunderstood pattern in DDD. In many codebases, Repository is used almost like a DAO. An object that reads data from a database, updates specific columns, and executes necessary queries gets the name Repository.