Hacker News new | ask | show | jobs
by Espressosaurus 982 days ago
Which is why the convention is usually to not permit multiple declarations in one line.

If you value your codebase anyway.

1 comments

Declaring X,Y and Z on separate lines for a graphics routine would just be silly, they're all the same type.

Defensive programming that extreme reminds me of the behavior I learned to avoid pissing off my drunk dad.

It's either that, or making a pointer type to bind things correctly. Convention is there to paper over shitty, shitty behavior in the language that is easy to trip yourself up on.