Selon Wagner Frederic <[EMAIL PROTECTED]>: > On Wed, Jan 12, 2005 at 09:47:48AM +0100, Gert-Jan de Boer wrote: > > We have: > > > > 1) void render_text(char* string); //wagnerf > > 2) void renderText(char* string); // DGTL_Magician > > 3) void RenderText(char* String); // Pablo > > > > I vote for (2) > > > > Please cast your vote coders! > > i vote 1) \o/ > and please also remember that while voting for the evil 2) or > 3) we will have to rewrite most of the functions names > > Fred > -- > Why fear computers ? They don't byte ! >
I use the first convention , i think that's the most readable !! ;) I know that 2) and 3) are very used in windows (C#...) and java domain. So I use 1) !! ;) And 1) is much better !! --- Xav