From: Scott K. <sc...@ki...> - 2003-08-27 16:49:36
|
On Mon, 2003-08-25 at 15:43, Eric Barr wrote: > Based on the input and discussion lately I have released a statement regarding > the Code Cleanup Initiative effective immediately. To get all of the details > check out the article on the envolution.com website. > > http://www.envolution.com/index.php?name=News&file=article&sid=10021&mode=thread > &order=0&thold=0 > > Also, a coding standards document has been put up in the documentation section. > These standards should be adhered to by all core developers. If you have > comments, questions, or suggestion for better ways of doing this, please contact > me so that we can discuss this. Here is a link to the coding standards doc. > > http://www.envolution.com/index.php?module=subjects&func=viewpage&pageid=29 > > As always, your input is welcome and needed. Anybody who wishes to help in this > effort please contact me directly at eri...@en... so that we can get > you set up with a project to work on. > > Thanks! > > Eric Barr > Project Manager :: E n v o l u t i o n > Good work on the code guidelines. Might I suggest we add this information as well: I might add that if anyone uses non-unix editors to write code (we talking windows apps) to ensure that there are no ^M or extraneous carriage returns at the end of your lines. If you have code that you are unsure of let me know and I'll check it and correct it with the most excellent dos2unix script commonly available on juts about every major linux distro available. Also make sure that no whitespace or blank lines appear after the closing php tag. Zoom |