jeudi 14 février 2019

Coming up with optimal interfaces

My question is about creating interfaces for services that are generally very common in programming. A lot of applications use services like:

  • loggers
  • database readers
  • database writers
  • converters
  • ...

This made me think - so many applications use those kind of services, but every programmer comes up with his own set of interfaces for them, although often those interfaces are practically the same.

Is there some solution for that? Maybe some nuget package that has those interfaces to be reused? Maybe there is some resource where those interfaces are listed (already proven to be good interfaces)?

I know that this question is not about specific problem in my code, I hope it fits on StackOverflow. What do you think?

Aucun commentaire:

Enregistrer un commentaire