472,122 Members | 1,468 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,122 software developers and data experts.

Coding standards without control?

A recent poll asked if programming standards are used by development
organisations... and if they are controlled.

None: 20%
Yes, but without control: 49%
Yes, with control: 31%

Participants: 369

Source: Methods & Tools (http://www.methodsandtools.com)

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?

Dec 5 '06 #1
3 1672
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.org/dev/peps/pep-0008/

Python makes coding standards obsolete;)

--
Soni Bergraj
http://www.YouJoy.org/
Dec 5 '06 #2
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 Minds"""

from: http://www.python.org/dev/peps/pep-0008/

Python makes coding standards obsolete;)
No, it does not. If you have a team of, say, 50 programmers, everyone
following his own mind-to-ascii-mapping, you are very soon in a situation,
where code is completely unmaintainable.

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.

To the control part: this is where Python comes in for general coding
standards. Many rules of coding standards can be tested automatically and
Python is a good choice for text processing and checking source code
against the rules of a coding standard. I wrote a Python package for a
subset of our coding standards and that is a very useful tool to check some
100k files.

Regards
Stephan
Dec 6 '06 #3
>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 Bergraj
http://www.YouJoy.org/
Dec 7 '06 #4

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

4 posts views Thread by dotNetDave | last post: by
144 posts views Thread by Natt Serrasalmus | last post: by
7 posts views Thread by Ralph Lund | last post: by
3 posts views Thread by ct-86 | last post: by
50 posts views Thread by Konrad Palczynski | last post: by
7 posts views Thread by Robert Seacord | last post: by
2 posts views Thread by editormt | last post: by
19 posts views Thread by auratius | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.