Moving the kernel to modern C
Moving the kernel to modern C
Posted Feb 25, 2022 19:53 UTC (Fri) by marcH (subscriber, #57642)In reply to: Moving the kernel to modern C by ballombe
Parent article: Moving the kernel to modern C
> > Please no! That's the most horrible thing I hate in modern C.
You meant: in _any_ vaguely modern language. What rock have you been living under?
> Usually, when it is used, it is a sign the function is too large and should be split, which would resolve the scoping issue.
Exactly. If you can't find a variable declaration then the function is simply too long.
Of course with https://en.wikipedia.org/wiki/Type_inference (1958) you don't even need to declarations _at all_ but again, let's not get carried away and scare ancient species...
