Re: Coding Standards

2007-08-31 Thread Laurent Pointal
[EMAIL PROTECTED] a écrit : > 'Good code' is code that works, is bug free, and is readable and > maintainable. Standards need to be followed for coding. Read more... > > http://brsx.co.uk/SWtesting/FAQs/FAQs012.asp You misstyped your URL and referenced a C++ related document, for Python its here

Re: Coding standards without control?

2006-12-06 Thread Soni Bergraj
>> Python makes coding standards obsolete;) > But Python has the advantage, that your coding standards can concentrate on > the important things and skip most of the formatting rules, that are often > part of other languages coding standards. Better to say, almost obsolete, i guess :D -- Soni Be

Re: Coding standards without control?

2006-12-05 Thread Stephan Kuhagen
Soni Bergraj wrote: > editormt wrote: >> A majority of the participating organisations have coding standards... >> and a majority does not control them ;o) What is the situation at your >> location? Does this lack of control really hurt? > > """A Foolish Consistency is the Hobgoblin of Little Min

Re: Coding standards without control?

2006-12-05 Thread Soni Bergraj
editormt wrote: > A majority of the participating organisations have coding standards... > and a majority does not control them ;o) What is the situation at your > location? Does this lack of control really hurt? """A Foolish Consistency is the Hobgoblin of Little Minds""" from: http://www.python

Re: Coding Standards (and Best Practices)

2005-04-27 Thread Sylvain Thenault
On Tue, 26 Apr 2005 11:02:33 -0700, Trent Mick wrote: > [Isaac Rodriguez wrote] >> Hi, >> >> I am fairily new to Python, but I am really liking what I am seeing. My team >> is going to re-design some automation projects, and we were going to use >> Python as our programming language. One of the

Re: Coding Standards (and Best Practices)

2005-04-26 Thread Terry Reedy
"Isaac Rodriguez" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Does anyone know where I can get some information about what > the community is doing? Are there any well defined guidelines > established? Besides PEP8, there is also the library code itself. When reading that th

Re: Coding Standards (and Best Practices)

2005-04-26 Thread Jp Calderone
On Tue, 26 Apr 2005 14:04:45 -0400, Isaac Rodriguez <[EMAIL PROTECTED]> wrote: Hi, I am fairily new to Python, but I am really liking what I am seeing. My team is going to re-design some automation projects, and we were going to use Python as our programming language. One of the things we would lik

Re: Coding Standards (and Best Practices)

2005-04-26 Thread Trent Mick
[Isaac Rodriguez wrote] > Hi, > > I am fairily new to Python, but I am really liking what I am seeing. My team > is going to re-design some automation projects, and we were going to use > Python as our programming language. One of the things we would like to do, > since we are all new to the la