architecture-components-samples
architecture-components-samples copied to clipboard
GithubBrowserSample File Structure Explanation
It would be very useful if you could provide an explanation for the file structure:

For example, I don't know what vo stands for, or why there are adapters under ui/common and also under binding, which is outside from ui.
I would even put db inside repository, so it would be very useful to read about the logic behind the choosing of this file structure and have the opportunity to learn even more, on how to structure the architecture itself.
v.o. stands for value object.
Yeah, took me a while to figure it out, but eventually I did...but beyond that, I wanted to understand the reasoning behind the structure, why they prefer it this way and etc... So I could improve my architectural thinking