Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

agnos.is Forums

  1. Home
  2. Programmer Humor
  3. Inheritance

Inheritance

Scheduled Pinned Locked Moved Programmer Humor
programmerhumor
36 Posts 31 Posters 0 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • E This user is from outside of this forum
    E This user is from outside of this forum
    [email protected]
    wrote on last edited by
    #1
    This post did not contain any content.
    arghblarg@lemmy.caA D J M C 13 Replies Last reply
    1234
    • E [email protected]
      This post did not contain any content.
      arghblarg@lemmy.caA This user is from outside of this forum
      arghblarg@lemmy.caA This user is from outside of this forum
      [email protected]
      wrote on last edited by
      #2

      I was on a project where a co-worker left and his son was onboarded a few years later; he seemed much more chill than I when we were both working on an issue and it dawned on me that he was literally fixing (well, not really a defect just an update) his Dad's code. Heh.

      thebat@lemmy.worldT S 2 Replies Last reply
      98
      • arghblarg@lemmy.caA [email protected]

        I was on a project where a co-worker left and his son was onboarded a few years later; he seemed much more chill than I when we were both working on an issue and it dawned on me that he was literally fixing (well, not really a defect just an update) his Dad's code. Heh.

        thebat@lemmy.worldT This user is from outside of this forum
        thebat@lemmy.worldT This user is from outside of this forum
        [email protected]
        wrote on last edited by
        #3

        'Fixing his dad's code' sounds Freudian ngl

        1 Reply Last reply
        43
        • arghblarg@lemmy.caA [email protected]

          I was on a project where a co-worker left and his son was onboarded a few years later; he seemed much more chill than I when we were both working on an issue and it dawned on me that he was literally fixing (well, not really a defect just an update) his Dad's code. Heh.

          S This user is from outside of this forum
          S This user is from outside of this forum
          [email protected]
          wrote on last edited by
          #4

          "This is what my parents raised me for. Step aside!"

          1 Reply Last reply
          36
          • E [email protected]
            This post did not contain any content.
            D This user is from outside of this forum
            D This user is from outside of this forum
            [email protected]
            wrote on last edited by
            #5

            Tangential, but I'm working with some code that started out in the punch card era (I'm doing particle physics, it's in fortran)

            thekingoflorda@lemmy.worldT P C 3 Replies Last reply
            83
            • E [email protected]
              This post did not contain any content.
              J This user is from outside of this forum
              J This user is from outside of this forum
              [email protected]
              wrote on last edited by
              #6

              I didn’t think COBOL had inheritance.

              Z burgerbaron@piefed.socialB B 3 Replies Last reply
              28
              • D [email protected]

                Tangential, but I'm working with some code that started out in the punch card era (I'm doing particle physics, it's in fortran)

                thekingoflorda@lemmy.worldT This user is from outside of this forum
                thekingoflorda@lemmy.worldT This user is from outside of this forum
                [email protected]
                wrote on last edited by
                #7

                My condolences.

                1 Reply Last reply
                51
                • E [email protected]
                  This post did not contain any content.
                  M This user is from outside of this forum
                  M This user is from outside of this forum
                  [email protected]
                  wrote on last edited by
                  #8

                  He got COBOLd.

                  1 Reply Last reply
                  6
                  • J [email protected]

                    I didn’t think COBOL had inheritance.

                    Z This user is from outside of this forum
                    Z This user is from outside of this forum
                    [email protected]
                    wrote on last edited by
                    #9

                    Hence the roundabout route I guess. Programmers really should stop using it. https://xkcd.com/583/

                    1 Reply Last reply
                    40
                    • E [email protected]
                      This post did not contain any content.
                      C This user is from outside of this forum
                      C This user is from outside of this forum
                      [email protected]
                      wrote on last edited by
                      #10

                      1 Reply Last reply
                      61
                      • E [email protected]
                        This post did not contain any content.
                        L This user is from outside of this forum
                        L This user is from outside of this forum
                        [email protected]
                        wrote on last edited by
                        #11

                        Impressive to work that long on something and not change the code at all. The mom('s team) was either very competent at writing configurable code or very good at pretending to work.

                        T C 2 Replies Last reply
                        18
                        • L [email protected]

                          Impressive to work that long on something and not change the code at all. The mom('s team) was either very competent at writing configurable code or very good at pretending to work.

                          T This user is from outside of this forum
                          T This user is from outside of this forum
                          [email protected]
                          wrote on last edited by
                          #12

                          With such a codebase, once it is settled to a certain point, you stop adding things. You write new things, and carefully interface with the old stuff.

                          Imagine a bank. Their software core is usually neolithic, i.e. written in COBOL or even worse, FORTRAN. You don't add the "online banking" or "web client" interface in the original language. You add them in something more contemporary, which interfaces to the neolithic core via files, pipes, libraries, whatever, and translate it into a frontend as needed. As long as the core works, nobody needs to touch it.

                          J 1 Reply Last reply
                          30
                          • T [email protected]

                            With such a codebase, once it is settled to a certain point, you stop adding things. You write new things, and carefully interface with the old stuff.

                            Imagine a bank. Their software core is usually neolithic, i.e. written in COBOL or even worse, FORTRAN. You don't add the "online banking" or "web client" interface in the original language. You add them in something more contemporary, which interfaces to the neolithic core via files, pipes, libraries, whatever, and translate it into a frontend as needed. As long as the core works, nobody needs to touch it.

                            J This user is from outside of this forum
                            J This user is from outside of this forum
                            [email protected]
                            wrote on last edited by
                            #13

                            You don't add the "online banking" or "web client" interface in [FORTRAN]

                            Don't kink shame.

                            L C 2 Replies Last reply
                            25
                            • J [email protected]

                              I didn’t think COBOL had inheritance.

                              burgerbaron@piefed.socialB This user is from outside of this forum
                              burgerbaron@piefed.socialB This user is from outside of this forum
                              [email protected]
                              wrote on last edited by
                              #14

                              Carlos!

                              1 Reply Last reply
                              6
                              • J [email protected]

                                You don't add the "online banking" or "web client" interface in [FORTRAN]

                                Don't kink shame.

                                L This user is from outside of this forum
                                L This user is from outside of this forum
                                [email protected]
                                wrote on last edited by
                                #15

                                My first network stack was written in assembly for a Motorola 68k. It was hot.

                                1 Reply Last reply
                                7
                                • J [email protected]

                                  You don't add the "online banking" or "web client" interface in [FORTRAN]

                                  Don't kink shame.

                                  C This user is from outside of this forum
                                  C This user is from outside of this forum
                                  [email protected]
                                  wrote on last edited by
                                  #16

                                  The extreme masochists begin to back slowly away in alarm.

                                  1 Reply Last reply
                                  7
                                  • D [email protected]

                                    Tangential, but I'm working with some code that started out in the punch card era (I'm doing particle physics, it's in fortran)

                                    P This user is from outside of this forum
                                    P This user is from outside of this forum
                                    [email protected]
                                    wrote on last edited by
                                    #17

                                    haha me too.
                                    although it was ported to fortran 4, 77 and 2003 respectively.
                                    still the logic remained in its core.

                                    But i must admit. working on such organic grown is harder then doing yourself.
                                    comments was devils work at that time.
                                    variables shortened to 3 chars for memory sake.
                                    really a pain in the ass.

                                    1 Reply Last reply
                                    14
                                    • E [email protected]
                                      This post did not contain any content.
                                      driving_crooner@lemmy.eco.brD This user is from outside of this forum
                                      driving_crooner@lemmy.eco.brD This user is from outside of this forum
                                      [email protected]
                                      wrote on last edited by
                                      #18

                                      Had a friend who father was a FORTRAN programmer and teach him since he was a child. At 17, he was already working on a oil company making bank. He was obsessed with synthesizers and everytime you went to his house he showed you the new ones he bought. At 25 he "retired" with his own house and a fully equipped recording studio and nowadays it's a music producer doing some consulting to pay the bills.

                                      1 Reply Last reply
                                      26
                                      • E [email protected]
                                        This post did not contain any content.
                                        cupcakezealot@piefed.blahaj.zoneC This user is from outside of this forum
                                        cupcakezealot@piefed.blahaj.zoneC This user is from outside of this forum
                                        [email protected]
                                        wrote on last edited by
                                        #19

                                        cobol's mom has got it going on

                                        1 Reply Last reply
                                        16
                                        • J [email protected]

                                          I didn’t think COBOL had inheritance.

                                          B This user is from outside of this forum
                                          B This user is from outside of this forum
                                          [email protected]
                                          wrote on last edited by
                                          #20

                                          For some reason, COBOL has had OOP features since 2002.

                                          M 1 Reply Last reply
                                          2
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups