Re: [Grouptime-developers] The pre-FINAL of Coding Standards
Status: Pre-Alpha
Brought to you by:
sauanimal
|
From: Cosimo V. <co...@da...> - 2002-09-07 13:50:01
|
Il sab, 2002-09-07 alle 15:32, Jan Urva ha scritto: > Hi! > http://grouptime.sourceforge.net/coding_standards.zip > Waiting enormous feedback to this doc also, > Jan Urva Just two things: A) Are we sure we want to use spaces (2) instead of tabs? Using tabs let anyone edit (and see) files as preferred (just setting tab indentation inside editor), using spaces doesn't. B) Any file of the project should also have, IMO, the following rows: * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * * (See the included file COPYING) What do you think? Cosimo. |