Good Practices for development team in large projects

Posted by Moshe Magnes on Programmers See other posts from Programmers or by Moshe Magnes
Published on 2012-09-19T15:59:42Z Indexed on 2012/09/20 9:51 UTC
Read the original article Hit count: 402

Since I started learning C a few years ago, I have never been a part of a team that worked on a project. Im very interested to know what are the best practices for writing large projects in C.

One of the things i want to know, is when (not how) do I split my project into different source files. My previous experience is with writing a header-source duo (the functions defined in the header are written in the source). I want to know what are the best practices for splitting a project, and some pointers on important things when writing a project as part of a team.

© Programmers or respective owner

Related posts about c

    Related posts about teamwork