On Samstag, 22. November 2008, Vlatko Kosturjak wrote: > On Sat, Nov 22, 2008 at 09:36:32AM +0100, Stjepan Gros wrote: > > On Fri, Nov 21, 2008 at 11:41 PM, Tim Brown <[EMAIL PROTECTED]> wrote: > > >> Formatting the code in a specific style (GNU) should be recommended, > > >> but not be mandatory. I'd say we should have few mandatory rules like: > > >> * no tabs, just spaces > > >> * Indention of 2 characters > > > I'd much prefer tabs. Any sensible editor can be configured to render > > > them as > > > required. > > It's easier to type one tab instead of N spaces... > > One more vote for tab(s)...
oops ;-) My rationale why to not use tabs is that in any community development, you will have different use of tabs (2, 4, 6, 8). In theory the editor should just show the code in the right way. But in practice I've never seen this work, because those who use e.g. 8 sometime add a few spaces to make the code readable or who use 2, sometimes they forget about using tab and just apply 2 spaces. The code ends up less readable (you can easily see this if you configure your editor to mark tabs explicitely). The only basis (and the only(!) automatable one!) that can be agreed on is no tabs. You can configure you editor to do so and will feel just like you work with tabs. Best Jan -- Dr. Jan-Oliver Wagner Intevation GmbH, Osnabrück Amtsgericht Osnabrück, HR B 18998 http://www.intevation.de/ Geschäftsführer: Frank Koormann, Bernhard Reiter, Dr. Jan-Oliver Wagner _______________________________________________ Openvas-devel mailing list Openvas-devel@wald.intevation.org http://lists.wald.intevation.org/mailman/listinfo/openvas-devel