Re: while (1) vs. for ( ;; )



Richard Heathfield wrote:


> No. In my experience, people in the world of professional programming
> prefer:
>
> * enormous functions
> * multiple exit points from functions and loops
> * multiple entry points, if they can get them
> * spaghetti logic
> * tight coupling
> * vry shrt var nms
> * evnshrterfnnms
> * low cohesion
> * lots of debugging
> * hardly any testing
> * lots of maintenance


That's not been my experience.




Brian
.