1 pointby mrunix15 hours ago2 comments
  • mwkaufma15 hours ago
    Weird choice to lead with asymmetric constructors/destructors -- why is there a free() with no corresponding malloc()/calloc()? Were the samples copy-pasted from a GenAI prompt?
    • mrunix14 hours ago
      I forgot about this one, nice catch
  • gangtao15 hours ago
    so why not to use C++?
    • mrunix15 hours ago
      These patterns exist in some codebases written in C, it's useful to understand these patterns.