Great post by @KevlinHenney : kevlinhenney.medium.com/exceptional-na… But, is the benefit of a new convention (however sensible) worth paying the cost of changing the old convention the dev team are already used to?
2
0
2
0
0
@techwob @KevlinHenney what about using suffixes to quickly hint at location within the architecture? e.g. a -Controller must have very simple mapping logic from http req to a service (use-case) in an onion arch. a -Service can have somewhat more complex logic and collabs including ext stuff like DBs.