16 May
2002
16 May
'02
2:48 a.m.
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