Posts with tag: design

1 post

Should repositories throw exceptions ?

Recently, I have been practicing separating the infrastructure layer in the projects I work or contribute to, from the rest of the application by using/writing repository classes. Which in turn consumed by the application services to read and/or write to the data models.

Continue reading