Design Principles, Best Practices and Design Patterns for C (or Procedural Programming in general)?
Posted
by Dimi
on Stack Overflow
See other posts from Stack Overflow
or by Dimi
Published on 2010-03-22T13:16:10Z
Indexed on
2010/03/22
13:21 UTC
Read the original article
Hit count: 314
Are there any known design principles, best-practices and design patterns that one can follow while designing a C project? Or useful design principles for procedural (imperative) programming in general?
(I'm child of the 'object-oriented generation' and have to design a large C project for the first time)
© Stack Overflow or respective owner