Fundamental software design concepts / principles books [closed]

半世苍凉 提交于 2019-12-03 15:01:17

问题


I need to introduce basic design principles in my team. I am looking for books which are not restricted to only object oriented design principles. And which can cover concepts such as Modularity, Information hiding etc. Just for information - The implementation language for all the project in our team is C.


回答1:


These books seem to be in the vicinity of what you are asking about:

  • Code Complete
  • The Practice of Programming
  • The Pragmatic Programmer



回答2:


If you're building on a Unix environment, I'd really recommend The Art of Unix Programming by Eric S Raymond.




回答3:


The book

Object Thinking by David West is pretty good.



来源:https://stackoverflow.com/questions/2227928/fundamental-software-design-concepts-principles-books

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!