Difference between revisions of "Main Page"
From Hod's Personal Wiki
m |
m |
||
Line 22: | Line 22: | ||
[[Web]] | [[Web]] | ||
+ | |||
+ | == General programming == | ||
+ | |||
+ | === Patterns === | ||
+ | |||
+ | http://stackoverflow.com/questions/152101/mvc-tutorial-that-doesnt-rely-on-a-framework | ||
+ | |||
+ | http://developer.yahoo.com/ypatterns/ | ||
+ | |||
+ | [http://en.wikipedia.org/wiki/Double_dispatch Double dispatch pattern] | ||
== Other stuff == | == Other stuff == |
Revision as of 12:10, 24 October 2011
I created this wiki for my own purposes, to track information. Much of it contains references I have found useful already, although I don't necessarily endorse any of the content as being the best.
Languages
Platforms
General programming
Patterns
http://stackoverflow.com/questions/152101/mvc-tutorial-that-doesnt-rely-on-a-framework
http://developer.yahoo.com/ypatterns/