0
Ülevaatamisel

Can somebody tell me which design pattern(architecture) is used for example library, it looks really good.

Ganesh Jagdale 10 aastat tagasi uuendatud 10 aastat tagasi 2
Ülevaatamisel
I am not sure what it should be called...
http://en.wikipedia.org/wiki/Software_design_pattern
No abstract creational patterns used, I think. It's just a portable library used by all the platform specific example browsers. Depends on reflection to work!
Yes reflection plays key role there, Thanks for your response.