comp.lang.ada
 help / color / mirror / Atom feed
From: Colin Paul Gloster <Colin_Paul_Gloster@ACM.org>
Subject: Re: Software Quality in Science
Date: Mon, 15 Feb 2010 18:48:28 +0000
Date: 2010-02-15T18:48:28+00:00	[thread overview]
Message-ID: <alpine.LNX.2.00.1002151841010.17315@Bluewhite64.example.net> (raw)
In-Reply-To: <edb6d1af-22b9-45c2-b885-98ccedd402e8@q21g2000yqm.googlegroups.com>

On Wed, 10 Feb 2010, Florian Weimer wrote:

|-------------------------------------------------------------------|
|"[..]                                                              |
|                                                                   |
|even lines of code) vary as much among programmers [..]"           |
|-------------------------------------------------------------------|

Colin Paul Gloster responded:

|----------------|
|"Of course. [..]|
|                |
|[..]"           |
|----------------|



On Mon, 15 Feb 2010, Maciej Sobczak wrote:

|------------------------------------------------------------------|
|"On 15 Lut, 12:20, Colin Paul Gloster <Colin_Paul_Glos...@ACM.org>|
|wrote:                                                            |
|                                                                  |
|> if (condition) statement;                                       |
|                                                                  |
|In Ada that would be:                                             |
|                                                                  |
|if Condition then Statement; end if;                              |
|                                                                  |
|which is equally ugly.                                            |
|Could you clarify your point?"                                    |
|------------------------------------------------------------------|


Of course <=> Yes. Yes even #lines of code vary among
programmers. Given one programmer and C++ then
if (condition) statement;
would result whereas changing the language but not the programmer
would result in
if Condition then Statement; end if;

A different programmer would produce
if (condition)
{
  statement;
}
or
if Condition
then
  Statement;
end if;
depending on language.

Yet a different programmer would produce
if (condition {
  statement;
}
or
if Condition then
  Statement;
end if;
depending on language.



  reply	other threads:[~2010-02-15 18:48 UTC|newest]

Thread overview: 41+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-02-09 21:20 Software Quality in Science Jerry
2010-02-09 21:51 ` Jerry
2010-02-09 22:00   ` Hibou57 (Yannick Duchêne)
2010-02-10  4:13     ` Thomas Wicklund
2010-02-10  5:24       ` Hibou57 (Yannick Duchêne)
2010-02-09 23:43   ` Robert A Duff
2010-02-10  1:01     ` Georg Bauhaus
2010-02-10 14:34       ` Stephen Leake
2010-02-10 15:09         ` Martin
2010-02-10 16:37         ` Robert A Duff
2010-02-10 17:05           ` Martin
2010-02-10 13:13     ` Florian Weimer
2010-02-10 13:30       ` (see below)
2010-02-10 13:38       ` Martin
2010-02-15 11:20       ` Colin Paul Gloster
2010-02-15 14:52         ` Maciej Sobczak
2010-02-15 18:48           ` Colin Paul Gloster [this message]
2010-02-10 14:29     ` Stephen Leake
2010-02-10 14:38       ` Hyman Rosen
2010-02-10 16:24         ` Robert A Duff
2010-02-15 11:32       ` Colin Paul Gloster
2010-02-15 12:19         ` Georg Bauhaus
2010-02-10 13:55   ` Ludovic Brenta
2010-02-10 14:21     ` Hibou57 (Yannick Duchêne)
2010-02-10 22:52     ` Bob Spooner
2010-02-11  8:29       ` Rick
2010-02-11 22:39   ` Hibou57 (Yannick Duchêne)
2010-02-11 23:10     ` Brian Drummond
2010-02-11 23:21       ` Hibou57 (Yannick Duchêne)
2010-02-11 23:24         ` Hibou57 (Yannick Duchêne)
2010-02-12  0:06         ` Robert A Duff
2010-02-12  0:32           ` Hibou57 (Yannick Duchêne)
2010-02-12  7:37           ` Pascal Obry
2010-02-12 10:58           ` Stephen Leake
2010-02-12 15:02             ` Robert A Duff
2010-02-15 10:49           ` Alex R. Mosteo
2010-02-12  7:37         ` Pascal Obry
2010-02-15 12:18       ` Colin Paul Gloster
2010-02-15 11:08   ` Colin Paul Gloster
2010-02-15 14:43     ` Hibou57 (Yannick Duchêne)
2010-02-15 19:01       ` Colin Paul Gloster
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox