Are there, in the canonical Gang of Four list, any design patterns that you often find misused, misunderstood or overused (other than the highly debated Singleton)? In other wor
REPOSITORY PATTERN
Most people start using this pattern right after reading the Domain Driven Design book by Eric Evans.
How many folks here have seen repositories constructed like data access objects?