开发者

which is the best design pattern in objective c? [closed]

开发者 https://www.devze.com 2023-02-16 19:50 出处:网络
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the 开发者_如何学Pythonhelp center. Closed 11 years ago.

which is the best design pattern in objective c?

please specify useful links to see before we go to dive to code!!!!!

because everytime while i go to dive straight to code i confused at middle of some point.To clear this we have to make first design then we can implement them.

please specify any useful links.


Design patterns are many and no one is the best. They typically solve different problems in different domains. You can check out the book Cocoa Design Patterns, it should provide enough text and code to help you choose which pattern you need to use for your problems. :-)


the 'best' for what? they do different things.

anyway, here's an intro:

http://en.wikipedia.org/wiki/Design_pattern_(computer_science)


If you're asking about UI (your question is not clear), I'd start here.

0

精彩评论

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