Re: OT: Re: automated coding standard validation?



ena8t8si@xxxxxxxxx wrote:
Ian Collins wrote:

Konrad Palczynski wrote:

I am looking for tool to validate conformity to defined coding standard.
I have already found Parasoft's C++ Test, but it is quite expensive. Is
there any Open Source alternative? I do not need GUI, fancy reports nor
predefined sets of rules.

Why use a tool at all? Just adopt some agile practices such as
collective code ownership and pair programming. Way more effective than
a tool.


The usual hit-and-run tactics of agile/extreme programming
zealots. Great claims, no evidence.

I'm happy with the evidence provided by the continued success of my
teams and their products. But as you said else thread, techniques for
developing reliable C applications are considered off topic here.

--
Ian Collins.
.



Relevant Pages

  • Re: automated coding standard validation?
    ... Konrad Palczynski wrote: ... I do not need GUI, fancy reports nor ... collective code ownership and pair programming. ...
    (comp.lang.c)
  • Re: show JDialog every 30 seconds
    ... I need strong evidence that AWT is thread safe, ... The literature says that all GUIs share the need to run GUI actions on the GUI thread. ... You assume safety where danger might lurk without evidence that you are correct. ...
    (comp.lang.java.programmer)