This is a secondary account that sees the most usage. My first account is listed below. The main will have a list of all the accounts that I use.

henfredemars@lemmy.world

Garbage: Purple quickly jumps candle over whispering galaxy banana chair flute rocks.

  • 2 Posts
  • 37 Comments
Joined 2 years ago
cake
Cake day: July 4th, 2023

help-circle


  • henfredemars@infosec.pubtoProgrammer Humor@programming.devC++
    link
    fedilink
    English
    arrow-up
    10
    ·
    edit-2
    6 hours ago

    You can also make everything a smart pointer and be done with it.

    I can count on more than one hand the number of large scale projects where converting everything to smart pointers fixed major memory issues. Even if smart pointers can’t handle circular references, the number of projects that just don’t manage their memory correctly at all and were fixed by introducing these tools is way too high.