Hacker News new | ask | show | jobs
by identity0 2014 days ago
Well "next_ptr" is also a bad name, I agree, but I'm trying to name it something that indicates "this is a pointer to the 'next' pointer in the linked list".
1 comments

How about next_node?