• 0 Posts
  • 21 Comments
Joined 8 months ago
cake
Cake day: December 30th, 2023

help-circle
  • Communities tend to attract like minded individuals. It’s not that everyone is exactly the same, but those that are very different or have very different opinions don’t generally stay for long. That said, even within those like minded individuals there’s a wide spectrum of opinions.

    For me there are a handful of topics I know I’ll get down voted for sharing, because it goes against the majority. And that’s fine, it doesn’t stop me from sharing my opinion, and I don’t really mind the downvotes. I think in general though as long as you’re able to share your opinion with nuance and self awareness, and it’s not something mean or hateful people will hear you out.








  • I’ll reiterate, if it was a null pointer exception (I honestly don’t know that it was, but every comment I’ve made is based on that assumption, so let’s go with it for now) then I absolutely can blame C++, and the code author, and the code reviewer, and QA. Many links in the chain failed here.

    C++ is not a memory safe language, and while it’s had massive improvements in that area in the last two decades, there are languages that make better guarantees about memory safety.