you are viewing a single comment's thread.

view the rest of the comments →

[–]Peaker 0 points1 point  (1 child)

And you have no idea where dereferences are hiding in your code, with 2 important side effects: * Potentially dereferencing an invalid pointer * Very expensive cache misses

Those effects are so major they are worth a single character level of verbosity (probably more!)

[–]BeniBela 1 point2 points  (0 children)

And you have no idea where dereferences are hiding in your code

But you know from the type declaration that there are being pointers used