Tagged Questions
4
votes
5answers
397 views
Good Practices for development team in large projects
Since I started learning C a few years ago, I have never been a part of a team that worked on a project. I am very interested to know what are the best practices for writing large projects in C.
One ...
10
votes
4answers
402 views
Is it good practice to keep the main function separate in its own file?
Is it good practice to have a main.c file that just has the main function in it and no other functions so that all other functions can be interfaced?
If there is no definitive rule, when is it good ...