Value of Documenting Architectural Decisions
“I’ve already written code once, now why I do need to repeat the same thing in text?”
blatherings on software…
“I’ve already written code once, now why I do need to repeat the same thing in text?”
Many articles talk about the what of this style but in my view, not enough talk about the how. In this post, I am going to try and show one way to actually structure the solution to be more in line with the hexagonal ports and adapters style.
Having read Vaugh Vernon’s book on DDD implementation, I decided to portgrade (port+upgrade) my old clunky Windows based N-tier desktop expense tracking application to ASP.NET Core MVC application using some of the Domain Driven Design concepts I studied in the book.