Name: Anonymous 2009-12-28 1:42
What is your favorite design pattern and why?
I dislike MVC but I keep using it!!!
I dislike MVC but I keep using it!!!
gotos I was using previously
push rax/pop rax design pattern. Sure, when I really need performance I lay out the map of register usage in advance and I don't need that pattern, but when I code something that is not performance critical, some scripting code basically, and I just need to use rax for something, then i just store/restore it on the stack and that is all. I find this pattern to be a real productivity booster!