flâneur — a map of the web's best reading

Observer · Design Patterns Revisited · Game Programming Patterns

gameprogrammingpatterns.com · 5,430 words · saved by 1 readers

You can’t throw a rock at a computer without hitting an application built using the Model-View-Controller architecture, and underlying that is the Observer pattern. Observer is so pervasive that Java put it in its core library (java.util.Observer) and C# baked it right into the language (the event keyword).

Observer · Design Patterns Revisited · Game Programming Patterns Observer Game Programming Patterns Design Patterns Revisited You can’t throw a rock at a computer without hitting an application built using the Model-View-Controller architecture, and underlying that is the Observer pattern. Observer is so pervasive that Java put it in its core library ( java.util.Observer ) and C# baked it right into the language (the event keyword). Like so many things in software, MVC was invented by Smalltalkers in the seventies. Lispers probably claim they came up with it in the sixties

Explore this link on the map →

related reading