logoalt Hacker News

usrnmtoday at 9:38 AM1 replyview on HN

> it was also a mess of intricate object ownership

Not much has changed, though, it still is. Just with a lot more bells and whistles around it


Replies

bluGilltoday at 11:15 AM

Much has changed for me since I used smart pointers where possible - which is the vast majority of the time. I am currently telling somebody you can't change a QString to a C string even though the C string probably won't overflow in that use. I have changed.

show 1 reply