Hi:
ok. thanksOn Fri, 2008-05-09 at 19:24 +0200, Martin (OPENGeoMap) wrote: Well i think it´s really important nowadays. In .NET for example there are a complete guidelines for this topic: http://msdn.microsoft.com/en-us/library/czefa0ke(VS.71).aspx Gtk+ also: http://developer.gnome.org/doc/guides/programming-guidelines/code-style.html In ruby language for example if a word begin with uppercase is a constant. You can not modify that variable anymore in the program, because ruby kernel don´t let you. IHMO, with this kind of guidelines i think readability is better and we don´t get crazy with APIs we are using. Here there a great article: http://www.codesampler.com/guidelines.htm Regards. |