Hacker News new | ask | show | jobs
by nawitus 4189 days ago
>How can these kinds of pointers be any worse than references ?

Because references are easier to use.

1 comments

I get your point, although I think references are not that easier ; if one doesn't think what's happening underneath when using refernces, nasty bugs can occur.