71

wrote shitload of clean architecture beautiful code and compiled successfully on the first try without crashes or errors

Comments
  • 2
    Me too!

    My application prints “Hello World!”

    That exclamation mark was my idea...
  • 0
  • 3
    (Only applies to C)
    -Wall -pedantic -Wextra -g -fsanitize=address
    (-fsanitize and -g is just to make debugging easier)
    Still no warnings? Throw random input at it.
    Did not crash? Remove -fsanitize and run it using Valgrind.
    Clean output? Then I would like to congratulate you but I am busy debugging my programming assignment.
  • 1
    I love how the most common comment here is “that can’t be... here give it to me, I’ll break it...”

    Congratulations bro! Good work :D
  • 0
  • 2
    Your next rant shows were this story ended.
  • 1
  • 1
    @irene Because I have never used C++ so I did not know that 🤣
    ...and I am only using C because we are required to use it to pass one mandatory subject(Programming and Algorithmics 1) and get credits so I have not looked deeper into any of this 😅
  • 1
    Now TDD it.
  • 0
    @irene more like a religion.
  • 0
    @irene but why is it so? (I'm asking about TDD, not religion 😅)
Add Comment