Moving the kernel to modern C
Moving the kernel to modern C
Posted Feb 25, 2022 19:30 UTC (Fri) by ballombe (subscriber, #9523)In reply to: Moving the kernel to modern C by wtarreau
Parent article: Moving the kernel to modern C
> Please no! That's the most horrible thing I hate in modern C.
I am glad to see I am not alone.
Usually, when it is used, it is a sign the function is too large and should be split, which would resolve the scoping issue.
Of course since C17 still does not support gnu89 nested functions, sometime splitting the function require passing an inordinate amount of parameters.
