It's Just a Mapping Problem
暂无分享,去创建一个
Adapting applications to each other requires mapping between the concepts, functions, or data native to each application, and identifying the abstractions under which each application can perform correctly and efficiently. Determining appropriate abstractions at any level is never easy, but doing so is critical to an application's utility and success. The article discusses the achieving of this, noting that it may be inordinately difficult to achieve 100% mapping but some of the unmapped functions may be very little used anyway.
[1] Ralph Johnson,et al. design patterns elements of reusable object oriented software , 2019 .