|
|
|
|
|
by gnaritas
4703 days ago
|
|
> your function has multiple exit points That's a good thing. > and is far less maintainable I'd say it's more maintainable. > you at least have a chance of maintaining a single exit point in your function Maintaining a single exit point is IMHO an anti-pattern; it makes ugly unmaintainable deeply nested code. |
|