Computer Chess Club Archives


Search

Terms

Messages

Subject: Re: a question for people who think that fruit evaluation is simple

Author: Bo Persson

Date: 05:30:37 10/29/05

Go up one level in this thread


On October 28, 2005 at 12:57:29, Albert Silver wrote:

>
>>would therefore look more complex than
>>
>>int x,y,z;
>>
>>However, in software engineering, lines of code has always been considered a bad
>>measure of anything, since the _same_ algorithm can be expressed many different
>>ways that have differing numbers of lines of code, while doing _exactly_ the
>>same thing...
>
>Would it retain the same efficiency though?

If you mean execution efficiency, yes.

One problem with lines of code is that some management has tried to use it to
measure productivity. More lines written should mean a more efficient
programmer. That way you end up writing

int
x
;

int
y
;

int
z
;


to be extremely productive, and get a raise!


Bo Persson



>
>Albert



This page took 0 seconds to execute

Last modified: Thu, 15 Apr 21 08:11:13 -0700

Current Computer Chess Club Forums at Talkchess. This site by Sean Mintz.