[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
>> 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
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
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
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
"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
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
[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