[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-devel] coding practices
From: |
paul POULAIN |
Subject: |
[Koha-devel] coding practices |
Date: |
Thu May 16 00:48:02 2002 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.9) Gecko/20020313 |
I will try to build a page with "coding practices" for koha on the wiki.
It will contain Alan proposal about perl/mysql proposals (use of ? where
it causes no read-havoc. For example, in a prepare("select x,y,z from
table where param=?"). In this case, it's undoubtfully more readable.
I also want to ask about an eternal question :
Do we use tab or space for indenting our programs ?
I prefer tabs. For instance, soft is indented sometimes with spaces,
sometimes with tabs, which makes them not easily readables.
what's your opinion ?
--
Paul
- [Koha-devel] coding practices,
paul POULAIN <=