Fanaticus
  • Communities
  • Create Post
  • Create Community
  • heart
    Support Lemmy
  • search
    Search
  • Login
  • Sign Up
𝔻𝔼𝕍𝕀𝕃𝕀𝕊ℍ to Programmer Humor@lemmy.ml • 2 years ago

C++ Moment

lemmy.world

message-square
151
fedilink
1.01K

C++ Moment

lemmy.world

𝔻𝔼𝕍𝕀𝕃𝕀𝕊ℍ to Programmer Humor@lemmy.ml • 2 years ago
message-square
151
fedilink
  • 𝘋𝘪𝘳𝘬
    link
    fedilink
    77•2 years ago

    Python: So you used spaces and tabs for indentation? NOW DIE!

    • @WhiteHawk@lemmy.world
      link
      fedilink
      47•2 years ago

      Mixing spaces and tabs should be a warcrime.

      • @pingveno@lemmy.ml
        link
        fedilink
        English
        9•2 years ago

        And in Python, it’s merely a SyntaxCrime.

      • @merc@sh.itjust.works
        link
        fedilink
        -5•2 years ago

        Find me anyone who claims they use tabs for indentation, and I bet I’ll find at least one case where they’re using both tabs and spaces.

        The only safe way to avoid war crimes is to avoid tabs.

        • @dotMonkey@lemmy.world
          link
          fedilink
          7•2 years ago

          I use the tab key but I’m pretty sure vs code converts that to spaces

          • @gears@sh.itjust.works
            link
            fedilink
            4•2 years ago

            Depends on your settings, but yeah typically it does

            • @merc@sh.itjust.works
              link
              fedilink
              1•2 years ago

              It worries me that a programmer wouldn’t know for sure what’s happening when they hit tab, and that it’s a setting that can be changed.

              • @dotMonkey@lemmy.world
                link
                fedilink
                2•2 years ago

                I mean I was 99% sure it convert to spaces, I cannot say I was certain. The default settings are fine for what I do, I only ever had to change the spacing from 4 to 2 spaces once when dealing with someone else’s files

        • @HopFlop@discuss.tchncs.de
          link
          fedilink
          7•2 years ago

          Why would I use spaces if I use tabs? Also, it seemd like a huge waste of time hitting the space bar so many times…

          • @merc@sh.itjust.works
            link
            fedilink
            7•
            edit-2
            2 years ago

            Why would I use spaces if I use tabs?

            To comply with Python’s best practices:

            https://peps.python.org/pep-0008/

            Also, if you work on the Linux Kernel, you’ll see a mix of tabs and spaces:

            https://elixir.bootlin.com/linux/latest/source/block/bfq-iosched.c#L390

            Also, it seemd like a huge waste of time hitting the space bar so many times…

            You use an editor that doesn’t auto-indent?

            • @FlorianSimon@sh.itjust.works
              link
              fedilink
              3•
              edit-2
              10 months ago

              Removed by mod

              • @BeardedGingerWonder@feddit.uk
                link
                fedilink
                English
                2•2 years ago

                I use vi without syntax highlighting.

                • @FlorianSimon@sh.itjust.works
                  link
                  fedilink
                  1•
                  edit-2
                  10 months ago

                  Removed by mod

                  • @BeardedGingerWonder@feddit.uk
                    link
                    fedilink
                    English
                    1•2 years ago

                    To be fair you can totally bind an arbitrary number of spaces to tab in vi. I’ll dig out the syntax highlighting file some time. Oh and I use vim really.

          • @elauso@feddit.de
            link
            fedilink
            1•2 years ago

            deleted by creator

        • @Holzkohlen@feddit.de
          link
          fedilink
          7•2 years ago

          Don’t IDEs just replace any tab with 4 spaces anyways? Pretty sure VSCode does

          • @_dev_null@lemmy.zxcvn.xyz
            link
            fedilink
            4•2 years ago

            I    don’t    use    an    ide,    but    I    wrote    a    script    that    replaces    any    space    I    type    with    four.

            I    haven’t    worked    out    all    the    use    cases    yet,    though.

          • @merc@sh.itjust.works
            link
            fedilink
            2•2 years ago

            That’s a setting in the editor.

        • @ramsay@lemmy.world
          link
          fedilink
          3•
          edit-2
          2 years ago

          Linux kernel?

          https://www.kernel.org/doc/html/v4.10/process/coding-style.html#indentation

          edit: oh python, nevermind

          • @merc@sh.itjust.works
            link
            fedilink
            1•2 years ago

            The kernel definitely mixes tabs and spaces:

            https://elixir.bootlin.com/linux/latest/source/block/bfq-iosched.c#L390

    • xigoi
      link
      fedilink
      22•2 years ago

      Good. Spaces and tabs for indentation should never be mixed in any language other than Whitespace.

      • @Faresh@lemmy.ml
        link
        fedilink
        English
        4•
        edit-2
        2 years ago

        Some people use tabs for indentation and spaces for alignment. It kind of gets the pros of tabs (user configurable indent-width) and the pros of spaces (alignment). That doesn’t work in Python where you can’t align stuff and the interpreter doesn’t allow mixing tabs with spaces, but in other languages it is a possible style.

        • @BeardedGingerWonder@feddit.uk
          link
          fedilink
          English
          -1•2 years ago

          There are no pros to tabs. Configure tabs to a number of spaces.

      • 𝘋𝘪𝘳𝘬
        link
        fedilink
        3•2 years ago

        Raw adjust with tabs, fine adjust with spaces.

        Don’t laugh, people are actually doing that.

    • Malle_Yeno
      link
      fedilink
      5•2 years ago

      Mixing tabs and white spaces in 2024 is categorically a you problem lmao

    • @brettvitaz@programming.dev
      link
      fedilink
      English
      4•2 years ago

      Are you ok?

Programmer Humor@lemmy.ml

!programmerhumor@lemmy.ml

Subscribe from Remote Instance

Create a post
You are not logged in. However you can subscribe from another Fediverse account, for example Lemmy or Mastodon. To do this, paste the following into the search field of your instance: !programmerhumor@lemmy.ml

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

  • Posts must be relevant to programming, programmers, or computer science.
  • No NSFW content.
  • Jokes must be in good taste. No hate speech, bigotry, etc.
  • 39 users / day
  • 458 users / week
  • 1.92K users / month
  • 8.27K users / 6 months
  • 38.3K subscribers
  • 1.87K Posts
  • 39.1K Comments
  • Modlog
  • mods:
  • @AgreeableLandscape@lemmy.ml
  • @cat_programmer@lemmy.ml
  • BE: 0.19.3
  • Modlog
  • Instances
  • Docs
  • Code
  • join-lemmy.org