What is Code Density?

new topic     » topic index » view thread      » older message » newer message

<Excuse my impatience; 23 minutes and not yet showing...>

At least three of us have been marked down on this (minor point), but 
what, precisely, is it? I simply don't know.

Do you mean

	i+=1
vs
	i += 1

Or do you mean

procedure myproc()
	for i=1 to 10 do
		something()
	end for
end procedure

vs

procedure myproc()

	for i=1 to 10 do

		something()

	end for

end procedure

or something else???

Regards,
Pete
PS I hope it is not the latter since I hate that: you simply can't fit
as much code on screen with needless blank lines blink)

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu