hexagonal-architecture
Is there an easy way to define a common interface for a group of unrelated objects?
I\'ve got a class that serializes data. I may want to serialize this data as JSON, or perhaps YAML. Can I cleanly swap YAML for JSON objects in this case? I was hoping I could do something lik开发者_如[详细]
2023-01-09 21:40 分类:问答Any advice regarding a hexagonal architecture with serialization as the primary metaphor?
I\'ve got the opportunity to rewrite the core of an internally-developed application that my employer uses for document control.My \"core\" requirements list goes something like this:[详细]
2022-12-18 16:58 分类:问答