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
  • 230 Comments
Joined 2 years ago
cake
Cake day: July 4th, 2023

help-circle

  • Posting quote because my client doesn’t show any information about this link:

    These are things in PHP which make me sad. They are real, objective issues which I have personally encountered in my normal day-to-day activites. Nothing on this site should be taken to be the view of my employer or is related to my employer in any way.







  • henfredemars@infosec.pubtoProgrammer Humor@programming.devC++
    link
    fedilink
    English
    arrow-up
    17
    ·
    edit-2
    16 days 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.