Tabs VS Space | Programming Comedy

Поділитися
Вставка
  • Опубліковано 28 жов 2024

КОМЕНТАРІ • 105

  • @anzarwani6863
    @anzarwani6863 4 роки тому +278

    "when it goes through the compiler it is literally the same thing"
    *laughs in python*

  • @TheKingmario14
    @TheKingmario14 5 років тому +197

    This is what big bang theory could have been.

  • @shreyasnathala1489
    @shreyasnathala1489 4 роки тому +123

    Literally every coding video I watch, they have a MacBook lol

    • @SizzlingSquiggle
      @SizzlingSquiggle 4 роки тому +12

      This is because Apple *forces you* to compile iOS Apps and MacOS Apps on an Apple device. As an app developer, I have no choice but to use a device from the same very company I hate. This is why I write this comment on a MacBook Pro...Since then, it's become an industry standard and almost a cultural expectation of programmers.

    • @theascendunt9960
      @theascendunt9960 3 роки тому +5

      @@SizzlingSquiggle If you hate Apple this strongly, just switch to a different platform. Software engineering had many choices. You don't have to "suffer" by constricting yourself to use a "horrible" computer.
      Macs are good computers. This is coming from someone who used PCs for half his life. They're fast and reliable. This hate for Apple is basically baseless bandwagoning at this point.

    • @himanshsworld
      @himanshsworld 3 роки тому

      @@SizzlingSquiggle What you know about the Apple

    • @thunderingeagle
      @thunderingeagle 3 роки тому +3

      @@TyTy-gm8yb bruh. That's because C# is Microsoft's Proprietary language. Just as Swift is for Apple. Hence they don't have cross platform compatibility. But for the rest a UNIX based system is just league's better. Be it a Mac or Linux. Windows isn't the best for developing. Unless you are using Microsoft's Technologies like .Net and C#. But otherwise...it's not having a compelling advantage (maybe the price yes)

    • @mtbjason4
      @mtbjason4 3 роки тому

      @@thunderingeagle .NET core is cross platform....

  • @corriedebeer799
    @corriedebeer799 3 роки тому +3

    I would never go back to a woman's house if she does not properly indent. Next thing you know her comic book collection will not be ordered in a strict alpha-numeric system. GOD NO!!!. We are not animals we live in a society, be kind indent properly!

  • @maelstrom57
    @maelstrom57 3 роки тому +14

    "Imagine having to care tabs and spaces." - This post was made by the JavaScript gang.

    • @Brahvim
      @Brahvim 3 роки тому +1

      ...or even semicolons.
      ...or even PEMDAS/BODMAS/BEDMAS.
      ...or even - I forgot.

  • @Yogarine
    @Yogarine 3 роки тому +11

    The more important question though is whether she’s a curly-brace-on-the-next-line or -on-the-same-line kind of person.
    By the way, the REAL reason tabs are superior to spaces (for indentation!) is it allows each developer to set his own tab size and read the code the way he likes.
    That’s why you should indent with tabs, align with spaces.
    Unfortunately I mostly write PHP so PSR-2 has already made the decision for me. (In the end, consistency and standards are more important than common sense.)

    • @slutmonke
      @slutmonke 3 роки тому

      Tabs aren't superior to spaces because realistically no sane person adjusts their tab sizes in any meaningful amount. Mixing tabs and spaces just obfuscates what characters are there, and causes surprises while refactoring.

    • @Yogarine
      @Yogarine 3 роки тому +1

      @@slutmonke ¯\_(ツ)_/¯ you’re making some wild assumptions about the sanity of programmers. 😆 (I know _I_ adjust my tab size in my IDE.)
      And if you just use one or the other consistently it won’t surprise anyone.
      Like I said, consistency > personal preference.

  • @MaximumJoy
    @MaximumJoy 4 роки тому +49

    I want a full series of this

  • @Deddiward
    @Deddiward 3 роки тому +5

    I mean I guess he needed more space

  • @michaelm3691
    @michaelm3691 3 роки тому +6

    Tabs or spaces? Amateurs. I code everything in word with bulletpoints

  • @Imstupid-ni3we
    @Imstupid-ni3we 3 роки тому +88

    "when it goes through the compiler it is literally the same thing"
    Python : Allow me to introduce my self.

    • @nirmalmattmusic3993
      @nirmalmattmusic3993 3 роки тому +8

      Indentation Error at line 64

    • @user-wc1sm8cj8s
      @user-wc1sm8cj8s 3 роки тому

      @Nirmal Matt Music 🤣🤣🤣LOL

    • @sk-sm9sh
      @sk-sm9sh 3 роки тому

      Many people commenting about python here but there is really no difference in this regard between Python and any other compilers because Python too compiles py files into pyc (python bytecode) before running it through interpreter.

    • @checkmate9099
      @checkmate9099 3 роки тому

      I find it hilarious that UA-cam recommends me this today.
      The same day I created a python cgi script and got the same error lmao

    • @PolyEthylenTerephtalat
      @PolyEthylenTerephtalat 3 роки тому

      Outsh

  • @alwinvillero4404
    @alwinvillero4404 4 роки тому +22

    Is this an apple ad? lmao

    • @fizipcfx
      @fizipcfx 3 роки тому

      yeah i don't understand why people makes it that way. Cant we use any other brand laptop in IT.

    • @alwinvillero4404
      @alwinvillero4404 3 роки тому +5

      ​@@fizipcfx because they think
      const apple_owner = "rich";

    • @fizipcfx
      @fizipcfx 3 роки тому

      i dont understand why this topic polarizes people.

    • @Aecor
      @Aecor 3 роки тому

      @@alwinvillero4404 hey every programmer who programs for iOS should use MacBook also new M1 macs are way better value.

    • @alwinvillero4404
      @alwinvillero4404 3 роки тому

      @@Aecor yes because swift

  • @kotikut8399
    @kotikut8399 2 місяці тому

    exactly. i hate spaces to be used instead of tabs since those times i was a dtp specialist, before becoming a programmer. now i hate spaces even more

  • @allroundgamingrounder4478
    @allroundgamingrounder4478 3 роки тому +20

    "It's the same after going through the compiler."
    Python: You know, I would love to bully you.

    • @sk-sm9sh
      @sk-sm9sh 3 роки тому +3

      python has a compiler too that runs before the interpreter and it's same story here as tabs and spaces result in same python bytecode

    • @kushagr7132
      @kushagr7132 3 роки тому

      @@sk-sm9sh ya, and version of python is known as java

  • @rokoblox
    @rokoblox 3 роки тому +10

    I looked at the views expecting over a million views

    • @_timestamp
      @_timestamp 3 роки тому +1

      Yes, almost 2Mln views ua-cam.com/video/SsoOG6ZeyUI/v-deo.html

  • @JelloTalks
    @JelloTalks 3 роки тому +4

    Just write all of your code on one line

    • @Lynxdeer
      @Lynxdeer 3 роки тому +2

      *inhales*
      no.

    • @jasongo6696
      @jasongo6696 3 роки тому +1

      Scrolls sideways for 10 min looking for 1 part of the code.

    • @dr_strange.6165
      @dr_strange.6165 3 роки тому +1

      Python: Allow me to introduce myself.

  • @alex_lomov
    @alex_lomov 4 роки тому +3

    the title is 'Tabs OR Space'

  • @gaosong2101
    @gaosong2101 3 роки тому +12

    Shouldn't the IDE handle and convert that automatically?

  • @kirtan__prajapati1827
    @kirtan__prajapati1827 3 роки тому +1

    The amazing thing I've ever seen!

  • @nachiketshelar8114
    @nachiketshelar8114 3 роки тому +1

    could that logo at the end be any more distort?

  • @user-wc1sm8cj8s
    @user-wc1sm8cj8s 3 роки тому +7

    As a pythonista, I'm pro TAB....
    Btw, the indentation error shit annoyed me when I'm a noob, so yeah,,,,,,...... yeah,,,,,,, yeah......🐍👨‍🏫

    • @noorhafizat
      @noorhafizat 3 роки тому

      Yeah but I prefer spaces tho because idk how add tab on phone

  • @hajperdev
    @hajperdev 3 роки тому +9

    and she pressed the space with her right hand wtf

  • @tomasbrod1533
    @tomasbrod1533 3 роки тому +2

    The real issue is, they code on macs /j.

    • @Aecor
      @Aecor 3 роки тому

      Hey look here you lil shit if you want to code for iOS Mac OS iPadOS android and windows you need to use macOS and M1 macs are the best value

    • @tomasbrod1533
      @tomasbrod1533 3 роки тому +1

      @@Aecor hey, I am actually looking for platform to test a mac port of my program. Thanks for advice.

    • @Aecor
      @Aecor 3 роки тому

      @@tomasbrod1533 what was the advice I gave you I’m sorry

  • @botbot3698
    @botbot3698 3 роки тому +1

    Haha what's wrong with vim?

  • @delfish41
    @delfish41 3 роки тому

    What's the name of the show?

  • @Morimove
    @Morimove 2 роки тому

    if it was me then I will definitely be a space guy 😂
    anything for a girl

  • @j4s0n67
    @j4s0n67 3 роки тому +1

    obviously tabs

    • @j4s0n67
      @j4s0n67 3 роки тому

      and definitely vim

    • @skaruts
      @skaruts 3 роки тому

      @@j4s0n67 after watching many videos of why vim is supposedly so much better, I only grew more skeptical...

  • @mr.RAND5584
    @mr.RAND5584 4 роки тому +2

    I have use tab in python it produce lots of errror.

    • @oracle7858
      @oracle7858 4 роки тому +4

      uhh no it doesn't

    • @ailonirohan4821
      @ailonirohan4821 3 роки тому

      If we use space the it cause lot more spaces

    • @googleuser471
      @googleuser471 3 роки тому

      Wtf lol 😂

    • @potato420
      @potato420 3 роки тому

      the error is caused when you mix tabs and spaces
      use either tabs or spaces.

  • @twostepRMX
    @twostepRMX 3 роки тому +4

    Imagine not mapping the tab key to be 4 spaces

  • @jalakamkiran7392
    @jalakamkiran7392 3 роки тому +1

    Fuck this is soo good🤣

  • @HARSHRANAYT
    @HARSHRANAYT 3 роки тому +1

    The video with 0 dislikes

  • @eddie_writes96
    @eddie_writes96 3 роки тому

    Lmfao I love this!

  • @chloehan7159
    @chloehan7159 3 роки тому +2

    ok but for real who even uses spaces for indentation? lol

  • @In-N-Out333
    @In-N-Out333 4 роки тому +3

    It's like Giligan's Island: They get close to getting laid and at the last minute something screws it up.

  • @winrg1234
    @winrg1234 3 роки тому

    isnt this from silicon valley?
    also forced indentation gang

  • @arewenot
    @arewenot 3 роки тому

    Python users hates this

  • @davidc.890
    @davidc.890 3 роки тому

    Soft tabs ftw

  • @darkwoodmovies
    @darkwoodmovies 3 роки тому

    It always bothered me because pressing TAB in any code editor will auto-insert spaces anyway.

    • @Lynxdeer
      @Lynxdeer 3 роки тому +1

      ikr, its annoying because it's set by default, and you have to go change it every single time you get a new computer and its so mfing annoying

  • @kobsboy4227
    @kobsboy4227 3 роки тому

    I use both, tabs is quicker, if something look weird I put a space

  • @kautsaralbana7366
    @kautsaralbana7366 3 роки тому

    so funny hahah

  • @petermarkwood9077
    @petermarkwood9077 3 роки тому +1

    \t

  • @buddysnackit1758
    @buddysnackit1758 3 роки тому +1

    All pros use spaces...and their tools default to tabs. Which is the first change you make. Further a good editor will auto turn that tab key into spaces. So the woke dude was COMPLETELY WRONG. Just like a woke dude to make an argument that counters itself - the "I like to be precise" - which tabs are not because they are variable..
    LOL
    But girls..when that geek asks you for a date tell him "I use spaces" and nip it in the bud.

  • @TheFuturistPodcast
    @TheFuturistPodcast 3 роки тому

    lmao..

  • @eyesgotshowyo7800
    @eyesgotshowyo7800 3 роки тому +1

    Inefficient bi###