Any source of good object-oriented design practice

2019-03-11 11:53发布

Is there any website where people share and discuss good examples of object-oriented design?

Ideally such website should be populated with posts of the following structure:

  • Concise description of the problem, including definitions, links, etc.
  • Several attempts of OO design, diagrams, pseudocode listings (voted up/down by users)
    • Comments (also voted by users)

Currently I'm looking for a source of inspiration.

7条回答
贼婆χ
2楼-- · 2019-03-11 12:25

StackOverflow

...plenty of good, concise examples of OO Design principals right here.

查看更多
萌系小妹纸
3楼-- · 2019-03-11 12:30

Ward Cunningham's wiki (he invented wikis -- the c2.com one was the first one and is still active) has a lot of discussion, especially but not exclusively about patterns (Ward was very involved in the start of the whole idea of design patterns, as well as agile programming and quite a few more things;-). You can start here for example. It's not as coordinated and structured as you desire (actually pretty chaotic at times;-) but it can be really instructive to follow all the back-and-forth debates.

查看更多
姐就是有狂的资本
4楼-- · 2019-03-11 12:32

http://www.amazon.com/Object-Oriented-Software-Construction-Prentice-Hall-International/dp/0136291554

Object Oriented Software Construction - Betrand Mayer

He's the man that originated the Eiffel language, the most complete analysis of OO software construction I've read.

查看更多
Melony?
6楼-- · 2019-03-11 12:38

i dont know if this site has any disucssions, but very good articles:

object mentor

查看更多
姐就是有狂的资本
7楼-- · 2019-03-11 12:38

Well I can't point you to web sites, but I can refer you to some great books :

Of course, those are C++ books, but a lot of concepts in them applies to much more than just C++

查看更多
登录 后发表回答