logoalt Hacker News

WalterBrightyesterday at 11:46 PM2 repliesview on HN

Understanding the code requires understanding the destructors of the objects you're using. Since they are invisibly inserted, they are a source difficulty in entirely understanding the code.


Replies

rcxdudetoday at 12:07 AM

I do wonder if any of the language servers that insert implied type annotations would ever also show things like destructor calls in a similar manner. It seems like it would be quite useful.

otabdeveloper4today at 6:57 AM

> Since they are invisibly inserted

They're not, all destructors are explicit. Seems like a skill issue on your end.

show 1 reply