Re: [Libphidget-devel] More on indent
Status: Alpha
Brought to you by:
jstrohm
|
From: Vadim T. <vt...@fr...> - 2002-09-11 03:41:08
|
According to Jack Strohm: > Well, what I was saying was the following scenario . . . > > > cvs checkout . . . > > make indent-local > > <edit the code> > > <everything works, let's commit our changes> > > make indent <----- CRAP a bug delete all the code > > hmmm . . . crap, can't commit, got to redo all the previous changes > I just finished writing. > > does that make sense? Yes, it does. Well, a few things, then: Commit often. Try to follow the code guidelines anyway - I know it's difficult (you may check the Apache JServ archives for my own story of getting used to the code conventions - man, did I get flamed ;) I've fixed the zero size bug, but if indent decides to be funny - there's no weapon against that. Only time will tell. --vt |