Embed Notice
HTML Code
Corresponding Notice
- Embed this notice@p slices and bounds checking would be nice. Sure I can do that manually in C but, a toddler can do that. But it's nice not to have to do it and do other non-toddler things instead.
Or, (de)referencing should be implicit in most cases. i should never have to write mystruct->deadcopsinmybasedment to access members of a struct. mystruct.deadcopsinmybasedment doesn't mean anything. or when passing something that's supposed to be a pointer then just pass it as a pointer.