Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Fundamental software design concepts / principles books [closed]

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.

like image 544
Andy Avatar asked Dec 07 '22 04:12

Andy


1 Answers

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

  • Code Complete
  • The Practice of Programming
  • The Pragmatic Programmer
like image 117
Yuval F Avatar answered Apr 08 '23 04:04

Yuval F