134

Friend: Dude, could you look at my code, see what's wrong??

Me: Its not indented. Indent is properly first..

Comments
  • 20
    Working as indented, very poorly.
  • 12
    *indent it properly.

    Me : Say it properly first.
  • 3
    Agree, it's just a complete annoying and waste of time debugging an unindented codes 😂
  • 3
    @mooboy lol u got me 😂
  • 3
    At first I was thinking Python or some similar language where indentation is very important as that would be valid reason it isn't working beyond just readability
  • 1
    set ts=4
    set sw=4
  • 1
    Every. Single. Time.
  • 4
    If your editor/IDE can't do this for you, you're using the wrong tool
  • 1
    @vlatkozelka

    I wish I could upvote your comment eight times. Functional whitespace is nonsense. I always indent my own code, because it's easier to read that way. But as a prerequisite for the code to even work? Ridiculous.
  • 0
    Python??
Add Comment