Please dont take this seriously guys its just a dumb meme I haven’t written a single line of code in half of these languages

  • @Da_Boom@iusearchlinux.fyi
    link
    fedilink
    English
    54 months ago

    At least untill someone sneaks a tab in your spaced code, and you don’t know how to make your code editor show the difference, or it doesn’t support showing the difference.

    • Fushuan [he/him]
      link
      fedilink
      English
      7
      edit-2
      4 months ago

      That sound like a you problem really, detecting this is quite simple because any editor worth their salt will literally lint you an issue saying that tabs and spaces are mixed and the thing literally won’t be interpreted. If your editor can’t show white spaces, chances are you are one google question away from discovering that it actually can do that easily.

      The more I code the less I mind the tool and the more I hate the ones using it wrong.

    • @CapeWearingAeroplane@sopuli.xyz
      link
      fedilink
      1
      edit-2
      4 months ago

      That will give you an extremely clear error when you run the code. Also, any IDE worth its salt should be able to fix that for you.

      Even the error message you get from C++ for missing a semicolon is harder to understand and fix than this.