break/goto

cottrell at nbs-vms.ARPA cottrell at nbs-vms.ARPA
Thu Jan 17 03:11:48 AEST 1985


/*
martin minow @decvax.uucp mentions a programmer who uses

	label:	...
		goto label;

to delimit an outer loop that goes on for pages as you can easily
lose track of nesting levels.

flame:	anyone who does that ....
nice:	please dont write code like that. each funxion should
	be entirely on one page. use form feeds to separate pages.
	thank you.
*/



More information about the Comp.lang.c mailing list