LemmyChan
  • Communities
  • Create Post
  • Create Community
  • heart
    Support Lemmy
  • search
    Search
  • Login
  • Sign Up
CodyIT@programming.dev to Programmer Humor@programming.devEnglish · 1 day ago

This is a glass

programming.dev

message-square
63
link
fedilink
475

This is a glass

programming.dev

CodyIT@programming.dev to Programmer Humor@programming.devEnglish · 1 day ago
message-square
63
link
fedilink
alert-triangle
You must log in or # to comment.
  • observes_depths@aussie.zone
    link
    fedilink
    arrow-up
    1
    ·
    9 hours ago

    Capacity = 0.5

  • sunbeam60@feddit.uk
    link
    fedilink
    arrow-up
    2
    ·
    13 hours ago

    Feel like we’re missing an overflow joke here!

    Or something like: // initialise a glass using max water value as indicator that glass is unused

  • socsa@piefed.social
    link
    fedilink
    English
    arrow-up
    15
    ·
    23 hours ago

    Senior engineer: the glass is self documenting.

  • ImgurRefugee114@reddthat.com
    link
    fedilink
    arrow-up
    66
    ·
    1 day ago

    It’s not a glass, it’s the

    hydrationContainerManagerObjectFactory

    Not to be confused with the

    hydrationContainerManagerTypeFactory

    Which is the template

    • unwarlikeExtortion@lemmy.ml
      link
      fedilink
      arrow-up
      1
      ·
      11 hours ago

      you mean

      glass Glass;

      which is almost worse than stringing together random fancy words.

      (Edit: added backticks for that nice mono font)

    • Valmond@lemmy.dbzer0.com
      link
      fedilink
      arrow-up
      26
      ·
      1 day ago

      You forgot the AbstractHydrationManager

    • Viceversa@lemmy.world
      link
      fedilink
      arrow-up
      9
      ·
      1 day ago

      Do developers still code in such a manner?

      • jaybone@lemmy.zip
        link
        fedilink
        English
        arrow-up
        13
        ·
        1 day ago

        Some of those patterns were actually good design, until everyone went overboard with them. Now the pendulum has swung the complete opposite way and there’s a ton of duplicate code often generated from actual templates.

  • UpperBroccoli@lemmy.blahaj.zone
    link
    fedilink
    arrow-up
    10
    ·
    1 day ago
    /**
     * @brief This is the coffee cup class
     * 
     * This class describes a cup or mug that neatly integrates a
     * container for vectors of cCoffee instances with a fully
     * functional handle to carry the cup or mug around. Used for 
     * pretty much everything.
     */
    class cTallGlass : public cGlass {
    
  • 🇰 🌀 🇱 🇦 🇳 🇦 🇰 🇮 @pawb.social
    link
    fedilink
    English
    arrow-up
    35
    ·
    1 day ago

    Unless it is in a vacuum, the glass is full.

    50% water, 50% gas mixture.

    • rockerface🇺🇦@lemmy.cafe
      link
      fedilink
      English
      arrow-up
      36
      ·
      1 day ago

      Topologist: The glass is full of glass. Everything else is on the outside.

    • rmuk@feddit.uk
      link
      fedilink
      English
      arrow-up
      5
      ·
      23 hours ago

      I can’t believe no-one else has posted this yet.

      Relevant xkcd: https://what-if.xkcd.com/6/

      Also, relevant xkcd video: https://youtu.be/0EytSWiKrFg

    • isolatedscotch@discuss.tchncs.de
      link
      fedilink
      arrow-up
      10
      ·
      1 day ago

      https://what-if.xkcd.com/6/

      no, I actually wanted it empty

    • surewhynotlem@lemmy.world
      link
      fedilink
      arrow-up
      5
      arrow-down
      1
      ·
      1 day ago

      If it were a vacuum the water would quickly boil away with any remaining turning to ice.

      • cenzorrll@piefed.ca
        link
        fedilink
        English
        arrow-up
        2
        ·
        1 day ago

        It wouldn’t freeze unless you drop the temperature as well.

        • Jerkface (any/all)@lemmy.ca
          link
          fedilink
          English
          arrow-up
          10
          ·
          1 day ago

          The phase transition from liquid to gas absorbs all the thermal energy in the remaining liquid and causes its temperature to drop to freezing point. You are familiar with this effect if you have used a tank of compressed gas; the tank gets cold as you release the gas and you might see condensation on the tank up to the liquid level.

          But then the remaining ice in the glass sublimates anyway.

          • PattyMcB@lemmy.world
            link
            fedilink
            arrow-up
            4
            ·
            1 day ago

            Who are you who are so wise in the ways of science?

            • Tlaloc_Temporal@lemmy.ca
              link
              fedilink
              arrow-up
              2
              ·
              16 hours ago

              Just some jerkface.

              • PattyMcB@lemmy.world
                link
                fedilink
                arrow-up
                1
                ·
                5 hours ago

                Username checks out

  • Avicenna@programming.dev
    link
    fedilink
    arrow-up
    20
    ·
    1 day ago

    //don’t remove this comment or else

    • greedytacothief@lemmy.dbzer0.com
      link
      fedilink
      English
      arrow-up
      15
      ·
      1 day ago

      Load bearing comment

    • KokusnussRitter@discuss.tchncs.de
      link
      fedilink
      arrow-up
      8
      ·
      1 day ago

      //what if I remove this comment and else?

      • AstroLightz@lemmy.world
        link
        fedilink
        arrow-up
        4
        ·
        1 day ago

        //Then line 368 that checks if the comment exists will fail and will be sad

        • KokusnussRitter@discuss.tchncs.de
          link
          fedilink
          arrow-up
          1
          ·
          20 hours ago

          No :(

  • Jankatarch@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    17 hours ago

    Birb: How the fuck is water doing that °v°

  • Ftumch@lemmy.today
    link
    fedilink
    arrow-up
    37
    ·
    1 day ago

    That’s not a good comment. What it is should be clear from the naming and context. A good comment explains the why when that is not obvious:

    // This glass is at 50% capacity because we don't want it to overflow if it rains
    
    • one_old_coder@piefed.social
      link
      fedilink
      English
      arrow-up
      13
      ·
      1 day ago

      And in 5 years you will wonder why the glass is under the rain because someone didn’t put that in the specifications.

      • hakunawazo@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        4 hours ago

        A software tester walks into a bar

        Runs into a bar.
        Crawls into a bar.
        Dances into a bar.
        Flies into a bar.
        Jumps into a bar.

        And orders:

        a beer.
        2 beers.
        0 beers.
        99999999 beers.
        a lizard in a beer glass.
        -1 beer.
        “qwertyuiop” beers.
        Testing complete.

        A real customer walks into the bar and asks where the bathroom is.

        The bar goes up in flames.

      • xthexder@l.sw0.com
        link
        fedilink
        arrow-up
        3
        ·
        1 day ago

        Inevitably whatever is under the glass gets wet anyway… because it’s raining.

  • TheMightyCat@ani.social
    link
    fedilink
    arrow-up
    5
    ·
    1 day ago
    // This might be a glass
    Glass* glass = dynamic_cast<Glass*>(container);
    
  • BorgDrone@feddit.nl
    link
    fedilink
    arrow-up
    21
    ·
    1 day ago

    Engineer: this glass is twice as big as it needs to be.

    • Lovable Sidekick@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 day ago

      - comedian Gallagher

    • XLE@piefed.social
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 day ago

      deleted by creator

  • FuglyDuck@lemmy.world
    link
    fedilink
    English
    arrow-up
    25
    ·
    1 day ago

    Opportunist… “It’s an empty glass. I drank it while you were arguing.”

    • jason@discuss.online
      link
      fedilink
      English
      arrow-up
      6
      ·
      1 day ago

      Scientist… “it’s half empty because the water is slowly evaporating.”

  • Racoonwithbenefits@lemmy.zip
    link
    fedilink
    arrow-up
    19
    ·
    1 day ago

    While filling the glass: glass is half full

    While emptying the glass: glass is half empty

    Context matters

    Comment would be whether glass is being emptied or filled

    • OwOarchist@pawb.social
      link
      fedilink
      English
      arrow-up
      6
      ·
      1 day ago

      Comment would be whether glass is being emptied or filled

      What if it’s neither (and unknown which it was previously), and the glass is just sitting there?

      • jaybone@lemmy.zip
        link
        fedilink
        English
        arrow-up
        6
        ·
        1 day ago

        IllegalStateException

  • RustySharp@programming.dev
    link
    fedilink
    arrow-up
    10
    ·
    1 day ago

    The current legacy code I’m dealing with is full of these:

    // TODO: Class description here to satisfy linter

    • Valmond@lemmy.dbzer0.com
      link
      fedilink
      arrow-up
      5
      ·
      1 day ago

      // I’m paid by the line

      • Jankatarch@lemmy.world
        link
        fedilink
        arrow-up
        3
        ·
        17 hours ago

        That sounds horribe, actually.

      • staircase@programming.dev
        link
        fedilink
        arrow-up
        1
        ·
        23 hours ago

        deleted by creator

      • OwOarchist@pawb.social
        link
        fedilink
        English
        arrow-up
        3
        ·
        1 day ago
        """
        only one line for your comment?
        fucking amateur
        this comment uses five lines
        """
        
        • xthexder@l.sw0.com
          link
          fedilink
          arrow-up
          4
          ·
          1 day ago
          /*
           * this five line comment
           * is formatted C plus plus
           * and is a haiku
           */
          
          • Jerkface (any/all)@lemmy.ca
            link
            fedilink
            English
            arrow-up
            3
            ·
            1 day ago

            A haiku has to use elements of the natural world in a symbolic manner.

            • RustySharp@programming.dev
              link
              fedilink
              arrow-up
              2
              ·
              19 hours ago

              elements of the natural world in a symbolic manner

              What about elements of HTML? It also has symbols.

            • xthexder@l.sw0.com
              link
              fedilink
              arrow-up
              3
              ·
              edit-2
              1 day ago

              Eh, my bad. I figured that was somewhat optional given it’s English and already kind of an adaptation. Fixing it is more effort than I’m willing to put in tho

              The whole Wikipedia page on English Haiku makes it seem like there’s a lot of room for interpretation

              • OwOarchist@pawb.social
                link
                fedilink
                English
                arrow-up
                2
                ·
                1 day ago

                I figured that was somewhat optional

                It is somewhat optional.

                While there are certain elements that are traditionally included in a ‘proper’ haiku, those elements are not universal, even in very old, traditional haiku. @jerkface@lemmy.ca is being too harsh and speaking too absolutely here. A non-traditional haiku is still a haiku.

                – Your friendly neighborhood literature major.

    • one_old_coder@piefed.social
      link
      fedilink
      English
      arrow-up
      2
      ·
      1 day ago

      Don’t you have stuff like // NOLINTNEXTLINE to explicitely disable some lints?

  • Snot Flickerman@lemmy.blahaj.zone
    link
    fedilink
    English
    arrow-up
    10
    ·
    1 day ago
    // This is a Glass class
    class Glass {
         filled(halfFull,  halfEmpty) {
             this.halfFull;
             this.halfEmpty;
             }
    }
    
    • jaybone@lemmy.zip
      link
      fedilink
      English
      arrow-up
      3
      ·
      1 day ago

      What the hell kind of glass is this?

Programmer Humor@programming.dev

programmer_humor@programming.dev

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: !programmer_humor@programming.dev

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

  • Keep content in english
  • No advertisements
  • Posts must be related to programming or programmer topics
Visibility: Public
globe

This community can be federated to other instances and be posted/commented in by their users.

  • 675 users / day
  • 3.66K users / week
  • 7.01K users / month
  • 16.9K users / 6 months
  • 10 local subscribers
  • 32.5K subscribers
  • 964 Posts
  • 19.1K Comments
  • Modlog
  • mods:
  • adr1an@programming.dev
  • Feyter@programming.dev
  • BurningTurtle@programming.dev
  • Pierre-Yves Lapersonne@programming.dev
  • BE: 0.19.15
  • Modlog
  • Legal
  • Instances
  • Docs
  • Code
  • join-lemmy.org