6 ms·
> until the language becomes too complex for anyone to fully understand Like C, with its many hidden behaviors?
by raydev 2y ago
> until the language becomes too complex for anyone to fully understand
Like C, with its many hidden behaviors?
- tempodox 2y agoNot hidden, the C standard spells it out. And implementation-defined behavior can be observed.
- uecker 2y agoWhat hidden behaviors? The only hidden behaviors I can think of which are somewhat problematic in C are implicit value-changing conversions. But one can instruct compilers to diagnose those.