copy_file_file() cleanup

Oswald Buddenhagen ossi at kde.org
Tue Nov 16 05:51:09 UTC 2004


On Tue, Nov 16, 2004 at 01:04:12AM +0100, Leonard den Ottolander wrote:
> About the goto replaced with a while, attached patch gets rid of the
> break. Hope I use the correct operator here ;) .
> 
imo this is counterproductive, as you make the "interpretation path"
longer.
you could make it actually more readable by inverting the conditions,
thus nuking the continue and removing one indentation level.

-- 
Hi! I'm a .signature virus! Copy me into your ~/.signature, please!
--
Chaos, panic, and disorder - my work here is done.



More information about the mc-devel mailing list