Open source projects with great Java/C# code - any

2019-04-12 00:11发布

Does anyone have any suggestions of large open source projects with high quality code that would be good to study.

6条回答
The star\"
2楼-- · 2019-04-12 00:53

Community Server is fairly substantial for an ASP.NET app and well written. It's sourcecode can be viewed online: http://code.communityserver.org/

查看更多
Viruses.
3楼-- · 2019-04-12 00:54

Before writing the Stripes book, I read pretty much all of the source code for Stripes to learn it inside out. I was very impressed by the quality of the code at all levels: design, extensibility, interfaces/implementation decoupling, documentation...everything is top notch.

查看更多
时光不老,我们不散
4楼-- · 2019-04-12 01:00

See the thread pointed by Alexander for C# projects. For Java, I'd recommend Spring Framework. It's a big, well managed project with good documentation and very clean (even if somewhat verbose) code.

查看更多
Evening l夕情丶
6楼-- · 2019-04-12 01:08

In Java-land, Apache Mina and Stripes are two projects that come to mind. While I haven't actually hacked their source codes, I get a warm and fuzzy feeling that these frameworks are well built when I use them.

查看更多
聊天终结者
7楼-- · 2019-04-12 01:11

Scott Hanselman has been reviewing applications and their respective source code in a series "The Weekly Source Code". Pretty in depth and diverse stuff.

查看更多
登录 后发表回答