[Perl-widget-developer] Coding Standards
Status: Alpha
Brought to you by:
spadkins
From: Stephen A. <ste...@of...> - 2001-05-31 20:52:19
|
Hi, Let's start small, shall we? Everybody knows that Coding Standards are a pain, but they're necessary. Here are two. * Use 4-space indentations (like Java coding standards from Sun) * No tabs! Procedural note: * If you need to reformat code, try to do it on a separate CVS commit from any functional changes you may have made. Stephen |