Re: [Libphidget-devel] More on indent
Status: Alpha
Brought to you by:
jstrohm
|
From: Jack S. <js...@ja...> - 2002-09-11 03:43:49
|
On Tue, 2002-09-10 at 22:41, Vadim Tkachenko wrote: > 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. yep > > 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 ;) ha ha > > I've fixed the zero size bug, but if indent decides to be funny - there's no > weapon against that. Only time will tell. indent bug is understandable, as long as if indent returns error code we read it and handle it properly. |