Clean Architecture Applied
Now that I have time information about my workdays, the next step is to generate the invoice. There I face another problem. I want to generate a PDF, but I need an easy format to test against. Let me first take inventory of what I have:
I have an in...
kenbonny.net3 min read
kenny111
NotATagline
Hey, Where would you put your implementations of IDocumentGenerator? In the application layer or in the outer layer (like an infrastructure)?