开发者

Where did the view handler design pattern come from?

开发者 https://www.devze.com 2022-12-26 03:56 出处:网络
I\'m trying to figure out the origin of the view handler design pattern in software engineering. Many of the design patterns in software engineering were inspired by things which pre-date computers, a

I'm trying to figure out the origin of the view handler design pattern in software engineering. Many of the design patterns in software engineering were inspired by things which pre-date computers, and I was wondering if anybody had any insights on the origin of this parti开发者_C百科cular pattern.


It feels a lot like a rule systems for updating construction or planning drawing dependencies. Or to rephrase, it seems like an automation of the work rules and cross-indexes required to keep a set of architectural plans synchronized as changes are made on each drawing.


Look in POSA1 - Pattern-Oriented Software Architecture Volume 1: A System of Patterns (from 1996 i think). There is a chapter about view handler. There are examples of the usage of a such pattern in 1985 (Macintosh Window Manager) and 1993 (Ms Word).

But i am not sure we are talking about the same pattern. Where you heard about this pattern name?

0

精彩评论

暂无评论...
验证码 换一张
取 消