On Thursday 28 June 2001 12:44, Alva Chew wrote:
> Thanks for the advice, what about charging by line of code? how does
> that apply?

Don't.

Lines of code are a terrible measurement. Good programmers often write 
code that has more functionality, is more maintainable *and* is much 
smaller than the code of "newbies".
Furthermore it's bad for you - you don't spend a constant amount of 
effort per source line. Some parts are easy while others take much time. 
And some areas of work (database setup, site structure planning etc) 
produce zero lines of code.

-- 
Christian Reiniger
LGDC Webmaster (http://lgdc.sunsite.dk/)

...to paraphrase Churchill, while representative  democracy may be
terrible, it's still the best system that large corporations can buy.

- David Weinberger JOHO January 25, 2000

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to