root
Moderator
 Moderator
| Posts: 121 |   | Karma: 1
|
Re: organizing - 2005/06/15 15:21
I don't enjoy much playing with autoconf/makeconf which seems to be the standard if you're developing in UNIX-like systems. (+ a an amateur OS project is too small to get busy with them).
However, I enjoy make and the Makefiles. I keep a main one and others for each subdirectories. I noted that if I start a project in a strict manner from the very beginning it usually helps, maybe the code will get a bit messy, but generally a ls -R will look good 
If you are developing under UNIX-like OSes, I higly recommend the joe editor. The next on my preference list are (in this order): pico, mcedit and vi.
|