|
Post Made Community Wiki by Community♦
|
||||
|
|
||||
|
3 | fixed *stupid* typo | ||
|
I would say it would be incredibly unwise to decide arbitrarily against multiple exit points as I have found the technical technique to be useful in practice over and over again, in fact I have often refactored existing code to multiple exit points for clarity. We can compare the two approaches thus:-
Compare this to the code where multiple exit points are permitted:-
I think the latter is considerably clearer. As far as I can tell the criticism of multiple exit points is a rather archiac point of view these days. |
||||
|
2 | deleted 1 characters in body | ||
|
I would say it would be incredibly unwise to decide arbitrarily against multiple exit points as I have found the technical to be useful in practice over and over, in fact I have often refactored existing code to multiple exit points for clarity. We can compare the two approaches thus:-
Compare this to the code where multiple entry exit points are permitted:-
I think the latter is considerably clearer. As far as I can tell the criticism of multiple exit points is a rather archiac point of view these days. |
||||
|
1 |
|
||
