How to organize any project ?

2010-01-30 Thread Rishi Agrawal
Hello All, Is there a convention we follow while organizing any project ? Like suppose my project name is Hello_World then how should I organize it. What is the best way to do it ? ../projects/hello_world | |__src/ | |__kernel_space/ | |__user_space/ | |__include/ | |__Makefile

Re: How to organize any project ?

2010-01-30 Thread m0n0
Rishi Agrawal schrieb: Hello All, Is there a convention we follow while organizing any project ? Like suppose my project name is Hello_World then how should I organize it. What is the best way to do it ? ../projects/hello_world | |__src/ | |__kernel_space/ | |__user_space/ |