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
Code Project
  1. Home
  2. The Lounge
  3. How you calm yourself down...

How you calm yourself down...

Scheduled Pinned Locked Moved The Lounge
helpquestion
24 Posts 19 Posters 0 Views 1 Watching
  • 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.
  • C CodeWraith

    Your coworkers have orked your features? That's easy: 1) Don't say a word. 2) Give them a long, sad, disappointed and otherwise unreadable look. 3) Turn around and leave for the rest of the day. Don't react to any attempt to communicate. Everything has been said. 4) Return tomorrow with a request for another vacation.

    I am endeavoring, ma'am, to construct a mnemonic memory circuit using stone knives and bearskins.

    N Offline
    N Offline
    Nathan Minier
    wrote on last edited by
    #6

    I think this falls cleanly under the "you break it, you buy it" rule.

    "There are three kinds of lies: lies, damned lies and statistics." - Benjamin Disraeli

    1 Reply Last reply
    0
    • CPalliniC CPallini

      Quote:

      add to it, that you had a nice meeting about that feature and you mentioned 3 pitfalls of the implementation - of them 2 weren't resolved

      Well, after all, they fixed a problem... :laugh:

      OriginalGriffO Offline
      OriginalGriffO Offline
      OriginalGriff
      wrote on last edited by
      #7

      One step forward ... :laugh:

      Bad command or file name. Bad, bad command! Sit! Stay! Staaaay... AntiTwitter: @DalekDave is now a follower!

      "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
      "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt

      1 Reply Last reply
      0
      • Kornfeld Eliyahu PeterK Kornfeld Eliyahu Peter

        ...when you realize, that a new feature has been added to the application while you were on vacation and it ruined half of the existing features... (add to it, that you had a nice meeting about that feature and you mentioned 3 pitfalls of the implementation - of them 2 weren't resolved)

        Skipper: We'll fix it. Alex: Fix it? How you gonna fix this? Skipper: Grit, spit and a whole lotta duct tape.

        D Offline
        D Offline
        Daniel Pfeffer
        wrote on last edited by
        #8

        1. Send the meeting summary to the PM responsible for the product 2. Send the results of the current test run (half of all features ruined) to the same person 3. Duck :)

        If you have an important point to make, don't try to be subtle or clever. Use a pile driver. Hit the point once. Then come back and hit it again. Then hit it a third time - a tremendous whack. --Winston Churchill

        1 Reply Last reply
        0
        • Kornfeld Eliyahu PeterK Kornfeld Eliyahu Peter

          ...when you realize, that a new feature has been added to the application while you were on vacation and it ruined half of the existing features... (add to it, that you had a nice meeting about that feature and you mentioned 3 pitfalls of the implementation - of them 2 weren't resolved)

          Skipper: We'll fix it. Alex: Fix it? How you gonna fix this? Skipper: Grit, spit and a whole lotta duct tape.

          M Offline
          M Offline
          Marc Clifton
          wrote on last edited by
          #9

          This is one of those learning moments. The one where you learn "it's just a job, I am emotionally detached from it." Followed by a slow decline in productivity, years of lethargy, and a sudden interest in other more rewarding activities. :)

          Latest Article - Class-less Coding - Minimalist C# and Why F# and Function Programming Has Some Advantages Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny Artificial intelligence is the only remedy for natural stupidity. - CDP1802

          C J 2 Replies Last reply
          0
          • M Marc Clifton

            This is one of those learning moments. The one where you learn "it's just a job, I am emotionally detached from it." Followed by a slow decline in productivity, years of lethargy, and a sudden interest in other more rewarding activities. :)

            Latest Article - Class-less Coding - Minimalist C# and Why F# and Function Programming Has Some Advantages Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny Artificial intelligence is the only remedy for natural stupidity. - CDP1802

            C Offline
            C Offline
            CodeWraith
            wrote on last edited by
            #10

            Marc Clifton wrote:

            Followed by a slow decline in productivity, years of lethargy, and a sudden interest in other more rewarding activities. :)

            You forgot losing the will to live somewhere along that road.

            I am endeavoring, ma'am, to construct a mnemonic memory circuit using stone knives and bearskins.

            F 1 Reply Last reply
            0
            • Kornfeld Eliyahu PeterK Kornfeld Eliyahu Peter

              No! 'Vacations are short'! I should get back AFTER the errors are handled...

              Skipper: We'll fix it. Alex: Fix it? How you gonna fix this? Skipper: Grit, spit and a whole lotta duct tape.

              R Offline
              R Offline
              raddevus
              wrote on last edited by
              #11

              I once had something similar happen. I had to get code done by a certain date. I completed it with associated tests. All good. I released it to the team for deployment. They sat on it due to waiting on another developer. Finally, weeks later they came to me because my piece would not run in production. I could not figure out why it wouldn't run. Finally, I looked at the code and it was nothing I'd ever seen before. I could not figure out who wrote this code, which was supposed to be mine. Finally, I discovered a Contractor-Genius had rewritten it. I asked him why. "Your code was wrong," he said. "Yes", I said, "apparently we could tell it was wrong because it actually runs. Yours however is completely right except one small thing: it doesn't run." :mad: "Well," he said. "You've got to get it running in production." :mad::mad:

              L 1 Reply Last reply
              0
              • R raddevus

                I once had something similar happen. I had to get code done by a certain date. I completed it with associated tests. All good. I released it to the team for deployment. They sat on it due to waiting on another developer. Finally, weeks later they came to me because my piece would not run in production. I could not figure out why it wouldn't run. Finally, I looked at the code and it was nothing I'd ever seen before. I could not figure out who wrote this code, which was supposed to be mine. Finally, I discovered a Contractor-Genius had rewritten it. I asked him why. "Your code was wrong," he said. "Yes", I said, "apparently we could tell it was wrong because it actually runs. Yours however is completely right except one small thing: it doesn't run." :mad: "Well," he said. "You've got to get it running in production." :mad::mad:

                L Offline
                L Offline
                Lost User
                wrote on last edited by
                #12

                didn't keep a personal backup? you just restore to that, quick check, and hand it back to them [as you leave for the day].

                Format Success. Welcome to your new signa&*(gD@@@:beer:@@@@@@*@x@@

                R 1 Reply Last reply
                0
                • L Lost User

                  didn't keep a personal backup? you just restore to that, quick check, and hand it back to them [as you leave for the day].

                  Format Success. Welcome to your new signa&*(gD@@@:beer:@@@@@@*@x@@

                  R Offline
                  R Offline
                  raddevus
                  wrote on last edited by
                  #13

                  Lopatir wrote:

                  you just restore to that, quick check, and hand it back to them

                  :thumbsup: That is exactly how I handled it.

                  1 Reply Last reply
                  0
                  • Kornfeld Eliyahu PeterK Kornfeld Eliyahu Peter

                    ...when you realize, that a new feature has been added to the application while you were on vacation and it ruined half of the existing features... (add to it, that you had a nice meeting about that feature and you mentioned 3 pitfalls of the implementation - of them 2 weren't resolved)

                    Skipper: We'll fix it. Alex: Fix it? How you gonna fix this? Skipper: Grit, spit and a whole lotta duct tape.

                    D Offline
                    D Offline
                    dandy72
                    wrote on last edited by
                    #14

                    I once had a boss (former coder--always a bad combination) who had been hounding me for months to implement a feature that I had explained was pretty much going to require someone full-time to maintain because it was going to have to work with constantly changing data. One weekend he wrote the "feature" himself and bragged about it to me on Monday morning. It's one of those features that worked on his system, but pretty much nowhere else--ever. Lets just say that it worked okay for 0.000001% of the data it had to work with. Then the feature became a bullet point in the marketing material. Fortunately it became apparent that nobody but him actually cared, because in the end nobody bought the product because of the feature (or else everybody would've complained it didn't work).

                    1 Reply Last reply
                    0
                    • Kornfeld Eliyahu PeterK Kornfeld Eliyahu Peter

                      ...when you realize, that a new feature has been added to the application while you were on vacation and it ruined half of the existing features... (add to it, that you had a nice meeting about that feature and you mentioned 3 pitfalls of the implementation - of them 2 weren't resolved)

                      Skipper: We'll fix it. Alex: Fix it? How you gonna fix this? Skipper: Grit, spit and a whole lotta duct tape.

                      S Offline
                      S Offline
                      Simon Ferry
                      wrote on last edited by
                      #15

                      Everything depends from the situation, so I have many ways to calm myself - reading, screaming or just deap breath

                      1 Reply Last reply
                      0
                      • Kornfeld Eliyahu PeterK Kornfeld Eliyahu Peter

                        ...when you realize, that a new feature has been added to the application while you were on vacation and it ruined half of the existing features... (add to it, that you had a nice meeting about that feature and you mentioned 3 pitfalls of the implementation - of them 2 weren't resolved)

                        Skipper: We'll fix it. Alex: Fix it? How you gonna fix this? Skipper: Grit, spit and a whole lotta duct tape.

                        P Offline
                        P Offline
                        PeejayAdams
                        wrote on last edited by
                        #16

                        You write stuff. Some idiot breaks it. You get paid to fix it. Repeat ad infinitum. Dispiriting, maybe, but if there weren't so many human wrecking balls in the IT trade, there wouldn't be all that many jobs in the IT trade. The bottom line? WE NEED BAD DEVELOPERS!

                        98.4% of statistics are made up on the spot.

                        1 Reply Last reply
                        0
                        • C CodeWraith

                          Marc Clifton wrote:

                          Followed by a slow decline in productivity, years of lethargy, and a sudden interest in other more rewarding activities. :)

                          You forgot losing the will to live somewhere along that road.

                          I am endeavoring, ma'am, to construct a mnemonic memory circuit using stone knives and bearskins.

                          F Offline
                          F Offline
                          Foothill
                          wrote on last edited by
                          #17

                          The path to self-discovery is rarely an easy one to traverse. ;)

                          if (Object.DividedByZero == true) { Universe.Implode(); } Meus ratio ex fortis machina. Simplicitatis de formae ac munus. -Foothill, 2016

                          C 1 Reply Last reply
                          0
                          • Kornfeld Eliyahu PeterK Kornfeld Eliyahu Peter

                            ...when you realize, that a new feature has been added to the application while you were on vacation and it ruined half of the existing features... (add to it, that you had a nice meeting about that feature and you mentioned 3 pitfalls of the implementation - of them 2 weren't resolved)

                            Skipper: We'll fix it. Alex: Fix it? How you gonna fix this? Skipper: Grit, spit and a whole lotta duct tape.

                            G Offline
                            G Offline
                            GuyThiebaut
                            wrote on last edited by
                            #18

                            It sucks when people just go ahead and do that - if you work in IT long enough it's bound to happen. I would just say make it clear to them that they get to clear up the mess as they acted against your advice and when you weren't there.

                            “That which can be asserted without evidence, can be dismissed without evidence.”

                            ― Christopher Hitchens

                            1 Reply Last reply
                            0
                            • Kornfeld Eliyahu PeterK Kornfeld Eliyahu Peter

                              No! 'Vacations are short'! I should get back AFTER the errors are handled...

                              Skipper: We'll fix it. Alex: Fix it? How you gonna fix this? Skipper: Grit, spit and a whole lotta duct tape.

                              K Offline
                              K Offline
                              Kaladin
                              wrote on last edited by
                              #19

                              Time for another vacation! ;)

                              1 Reply Last reply
                              0
                              • F Foothill

                                The path to self-discovery is rarely an easy one to traverse. ;)

                                if (Object.DividedByZero == true) { Universe.Implode(); } Meus ratio ex fortis machina. Simplicitatis de formae ac munus. -Foothill, 2016

                                C Offline
                                C Offline
                                CodeWraith
                                wrote on last edited by
                                #20

                                It was more the path to self destruction.

                                I am endeavoring, ma'am, to construct a mnemonic memory circuit using stone knives and bearskins.

                                1 Reply Last reply
                                0
                                • Kornfeld Eliyahu PeterK Kornfeld Eliyahu Peter

                                  ...when you realize, that a new feature has been added to the application while you were on vacation and it ruined half of the existing features... (add to it, that you had a nice meeting about that feature and you mentioned 3 pitfalls of the implementation - of them 2 weren't resolved)

                                  Skipper: We'll fix it. Alex: Fix it? How you gonna fix this? Skipper: Grit, spit and a whole lotta duct tape.

                                  S Offline
                                  S Offline
                                  Slacker007
                                  wrote on last edited by
                                  #21

                                  Kornfeld Eliyahu Peter wrote:

                                  that a new feature has been added to the application while you were on vacation and it ruined half of the existing features

                                  I call that epic team work and communication....not. Good luck with that. Been there so many times, I can't feel the pain. :)

                                  1 Reply Last reply
                                  0
                                  • M Marc Clifton

                                    This is one of those learning moments. The one where you learn "it's just a job, I am emotionally detached from it." Followed by a slow decline in productivity, years of lethargy, and a sudden interest in other more rewarding activities. :)

                                    Latest Article - Class-less Coding - Minimalist C# and Why F# and Function Programming Has Some Advantages Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny Artificial intelligence is the only remedy for natural stupidity. - CDP1802

                                    J Offline
                                    J Offline
                                    jgakenhe
                                    wrote on last edited by
                                    #22

                                    You nailed it! That is happening to me. I sent out a requirements document last evening and my mentee/junior went around behind my back this morning, straight to the business unit and contradicted the agreed requirements. And to make things worse, she already started coding; which means I'll end up rewriting it.

                                    1 Reply Last reply
                                    0
                                    • Kornfeld Eliyahu PeterK Kornfeld Eliyahu Peter

                                      ...when you realize, that a new feature has been added to the application while you were on vacation and it ruined half of the existing features... (add to it, that you had a nice meeting about that feature and you mentioned 3 pitfalls of the implementation - of them 2 weren't resolved)

                                      Skipper: We'll fix it. Alex: Fix it? How you gonna fix this? Skipper: Grit, spit and a whole lotta duct tape.

                                      J Offline
                                      J Offline
                                      Joe Woodbury
                                      wrote on last edited by
                                      #23

                                      Or, after a long, and delayed, flight to Europe and a welcome sleep at the hotel, you finally log into your email only to be confronted by a message full of exclamation points that your library is crashing causing the world to end. This is followed by the message, "Never mind, I fixed it." You groan, knowing that said developer is, shall we say, less than knowledgeable. You get back, look at the "fix" and discover it's completely wrong and causes far worse problems (for which you are now blamed.) You check the original bug report and discover the person who filed it is using your API incorrectly. (Then you discover that there was a bug, but it had nothing to do with all the hysteria and, in fact, nobody has actually triggered it.) True story from 1992 at a large, at the time, network company.

                                      1 Reply Last reply
                                      0
                                      • Kornfeld Eliyahu PeterK Kornfeld Eliyahu Peter

                                        ...when you realize, that a new feature has been added to the application while you were on vacation and it ruined half of the existing features... (add to it, that you had a nice meeting about that feature and you mentioned 3 pitfalls of the implementation - of them 2 weren't resolved)

                                        Skipper: We'll fix it. Alex: Fix it? How you gonna fix this? Skipper: Grit, spit and a whole lotta duct tape.

                                        M Offline
                                        M Offline
                                        Member 13395514
                                        wrote on last edited by
                                        #24

                                        Think of a happy thought, nothing's constant.

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


                                        • Login

                                        • Don't have an account? Register

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