开发者

Up-to-date Software Design Resources [closed]

开发者 https://www.devze.com 2023-04-11 01:36 出处:网络
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers. 开发者_如何学JAVA

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 6 years ago.

Improve this question

I am a software developer who mainly works with .NET & C#, but I carry interest in many languages.

I'm feeling a bit behind the curve with software design principles and patterns. I'm familiar with the most popular patterns, such as Inversion of Control and Object Relational Mapping, but I've learned of these ideas through books. I reckon the information must emanate from somewhere, and that somewhere must have a blog of some kind.

What are the best resources to help me stay ahead of (or on) the curve of software design?

Many thanks!


A very good list of design principles is in the SOLID principles.

Staying ahead in this area is not about new and shiny methodologies, but about paying attention to the principles of olde, like separation of concerns, coupling and cohesion. Also, test-driven development (or behavior-driven development) might help you achieve better designs through evolution... But you have to know what it looks like to get there!

That said, I find that a good series of articles is in the MSDN Magazine Patterns in Practice.


I am no expert, but one thing that really helps me understand and stay updated with new design patterns and principles is looking at other popular projects.

Downloading a popular open source project and just going through the solution explorer and looking at how the classes are laid out is always a learning experience for me.

0

精彩评论

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

关注公众号