I've been reading this from Uncle Bob:
http://blog.8thlight.com/uncle-bob/2012/08/13/the-clean-architecture.html
I have several questions to clarify:
- Can outer circles refer inwards crossing multiple boundaries. For example can Controllers access data structures in Entities?
- What are differences between Enterprise Business Rules vs Application Business Rules. For example what are the differences for something like stackoverflow? What would stackoverflow's Application Business Rules and Enterprise Business Rules be?
- Are there example code that I can refer to, mainly focusing on web applications.
Thanks