On Sun Jan 22 22:41:48 2023 +0000, Zebediah Figura wrote:
It's not cargo-cult avoidance of goto (although in general I think there are only a few situations where it's the most idiomatic choice), but I think using a helper is a lot more readable in patterns like this.
I will do in future commits, when function grows, atm it will only introduce additional buffers and more parameters in function to pass back strings and length value or pointer positions ...