Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • Just to clarify: OrdersService is already the interface in Uncle Bob's statement, he doesn't prefix his interfaces with I. So wouldn't that lead to a 'pattern' where we only need to create factories to be used by the composition root and only to not make the implementations public? Whereas the factories need to be public again. Commented Dec 20, 2018 at 8:43
  • @Creepin using the I- prefix is a common convention in C#, though not in Java. Commented Jan 20, 2019 at 14:58