Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果我只有一个观察者一直在观察一个主题,我还使用观察者模式吗?
还是有另一种更适合上述情况的模式?
观察者模式仍然适用。但是模式不是一成不变的,如果你不需要观察者的集合,你可以稍微简化一下:实现观察者-->主题关联为 1:1