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. Need a new word mean "it worked first time and that's crazy because I just wrote the code in one hit and just compiled and ran it"

Need a new word mean "it worked first time and that's crazy because I just wrote the code in one hit and just compiled and ran it"

Scheduled Pinned Locked Moved The Lounge
architectureworkspace
83 Posts 63 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 Chris Maunder

    ...but shorter, and more catchy. I've just completed about 8hrs of solid coding that involved tearing into the guts of my code, touching about 20 modules, ripping out a component and replacing it with a different (3rd party) component whose documentation is of the "documentation is Evil" variety, plus a bunch of refactoring and configuration changes and the first time I ran the code it...just...worked. Isn't that the best feeling in the world. It's like everything stops, and everything is perfect just in that moment. We need a word for it.

    J Offline
    J Offline
    Jan Boeyens
    wrote on last edited by
    #58

    I think the word you are looking for is: Experience

    1 Reply Last reply
    0
    • C Chris Maunder

      ...but shorter, and more catchy. I've just completed about 8hrs of solid coding that involved tearing into the guts of my code, touching about 20 modules, ripping out a component and replacing it with a different (3rd party) component whose documentation is of the "documentation is Evil" variety, plus a bunch of refactoring and configuration changes and the first time I ran the code it...just...worked. Isn't that the best feeling in the world. It's like everything stops, and everything is perfect just in that moment. We need a word for it.

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

      Serendipity

      1 Reply Last reply
      0
      • C Chris Maunder

        ...but shorter, and more catchy. I've just completed about 8hrs of solid coding that involved tearing into the guts of my code, touching about 20 modules, ripping out a component and replacing it with a different (3rd party) component whose documentation is of the "documentation is Evil" variety, plus a bunch of refactoring and configuration changes and the first time I ran the code it...just...worked. Isn't that the best feeling in the world. It's like everything stops, and everything is perfect just in that moment. We need a word for it.

        Z Offline
        Z Offline
        zpinklb
        wrote on last edited by
        #60

        fluke!

        Z B 2 Replies Last reply
        0
        • Z zpinklb

          fluke!

          Z Offline
          Z Offline
          zpinklb
          wrote on last edited by
          #61

          sorry, newbie, the '!' is part of the word. ;)

          1 Reply Last reply
          0
          • C Chris Maunder

            ...but shorter, and more catchy. I've just completed about 8hrs of solid coding that involved tearing into the guts of my code, touching about 20 modules, ripping out a component and replacing it with a different (3rd party) component whose documentation is of the "documentation is Evil" variety, plus a bunch of refactoring and configuration changes and the first time I ran the code it...just...worked. Isn't that the best feeling in the world. It's like everything stops, and everything is perfect just in that moment. We need a word for it.

            C Offline
            C Offline
            Charl
            wrote on last edited by
            #62

            Fantabanabulous

            1 Reply Last reply
            0
            • M Maximilien

              Karma ?

              I'd rather be phishing!

              D Offline
              D Offline
              DrewCopenhaver
              wrote on last edited by
              #63

              Heh, I was going to suggest Nerdvana.

              1 Reply Last reply
              0
              • C Chris Maunder

                ...but shorter, and more catchy. I've just completed about 8hrs of solid coding that involved tearing into the guts of my code, touching about 20 modules, ripping out a component and replacing it with a different (3rd party) component whose documentation is of the "documentation is Evil" variety, plus a bunch of refactoring and configuration changes and the first time I ran the code it...just...worked. Isn't that the best feeling in the world. It's like everything stops, and everything is perfect just in that moment. We need a word for it.

                R Offline
                R Offline
                Rutvik Dave
                wrote on last edited by
                #64

                Aweshiny! :cool:

                Remind Me This - Manage, Collaborate and Execute your Project in the Cloud

                1 Reply Last reply
                0
                • C Chris Maunder

                  ...but shorter, and more catchy. I've just completed about 8hrs of solid coding that involved tearing into the guts of my code, touching about 20 modules, ripping out a component and replacing it with a different (3rd party) component whose documentation is of the "documentation is Evil" variety, plus a bunch of refactoring and configuration changes and the first time I ran the code it...just...worked. Isn't that the best feeling in the world. It's like everything stops, and everything is perfect just in that moment. We need a word for it.

                  J Offline
                  J Offline
                  Jecc
                  wrote on last edited by
                  #65

                  For when the same situation you described, except one of the following happens:* You forgot to write, or uncomment, the one line that calls the new code;

                  • You are calling the new code and it's working perfectly, but you forgot to assign the returned value to its rightful variable.
                  1 Reply Last reply
                  0
                  • C Chris Maunder

                    ...but shorter, and more catchy. I've just completed about 8hrs of solid coding that involved tearing into the guts of my code, touching about 20 modules, ripping out a component and replacing it with a different (3rd party) component whose documentation is of the "documentation is Evil" variety, plus a bunch of refactoring and configuration changes and the first time I ran the code it...just...worked. Isn't that the best feeling in the world. It's like everything stops, and everything is perfect just in that moment. We need a word for it.

                    E Offline
                    E Offline
                    englebart
                    wrote on last edited by
                    #66

                    Code Assist? Compile as you type? At least modern IDEs make it really hard to save code that is not compile time ready. We did have one rookie that would accept every suggestion that the quick fixes offered... that code had all kinds of strange methods in places where it did not make sense and code that compiled but was unreachable or would throw all kinds of runtime errors. We were still finding bugs in that code four years later.

                    1 Reply Last reply
                    0
                    • C Chris Maunder

                      ...but shorter, and more catchy. I've just completed about 8hrs of solid coding that involved tearing into the guts of my code, touching about 20 modules, ripping out a component and replacing it with a different (3rd party) component whose documentation is of the "documentation is Evil" variety, plus a bunch of refactoring and configuration changes and the first time I ran the code it...just...worked. Isn't that the best feeling in the world. It's like everything stops, and everything is perfect just in that moment. We need a word for it.

                      J Offline
                      J Offline
                      J Julian
                      wrote on last edited by
                      #67

                      Just remember the words of that great philosopher, Hans Solo "Great kid. Now don't get cocky" :)

                      1 Reply Last reply
                      0
                      • C Chris Maunder

                        ...but shorter, and more catchy. I've just completed about 8hrs of solid coding that involved tearing into the guts of my code, touching about 20 modules, ripping out a component and replacing it with a different (3rd party) component whose documentation is of the "documentation is Evil" variety, plus a bunch of refactoring and configuration changes and the first time I ran the code it...just...worked. Isn't that the best feeling in the world. It's like everything stops, and everything is perfect just in that moment. We need a word for it.

                        K Offline
                        K Offline
                        Kirk 10389821
                        wrote on last edited by
                        #68

                        UnTested :laugh:

                        1 Reply Last reply
                        0
                        • C Chris Maunder

                          ...but shorter, and more catchy. I've just completed about 8hrs of solid coding that involved tearing into the guts of my code, touching about 20 modules, ripping out a component and replacing it with a different (3rd party) component whose documentation is of the "documentation is Evil" variety, plus a bunch of refactoring and configuration changes and the first time I ran the code it...just...worked. Isn't that the best feeling in the world. It's like everything stops, and everything is perfect just in that moment. We need a word for it.

                          B Offline
                          B Offline
                          BrainiacV
                          wrote on last edited by
                          #69

                          "Normal" - for me at least ;P OK, "Rarely", um, "Occasionally" :-\

                          Psychosis at 10 Film at 11 Those who do not remember the past, are doomed to repeat it. Those who do not remember the past, cannot build upon it.

                          1 Reply Last reply
                          0
                          • Z zpinklb

                            fluke!

                            B Offline
                            B Offline
                            BrainiacV
                            wrote on last edited by
                            #70

                            I'll never forget the business card I got one day from a Fluke Instrumentation salesman "If it works, it's a FLUKE" Loved it.

                            Psychosis at 10 Film at 11 Those who do not remember the past, are doomed to repeat it. Those who do not remember the past, cannot build upon it.

                            1 Reply Last reply
                            0
                            • C Chris Maunder

                              ...but shorter, and more catchy. I've just completed about 8hrs of solid coding that involved tearing into the guts of my code, touching about 20 modules, ripping out a component and replacing it with a different (3rd party) component whose documentation is of the "documentation is Evil" variety, plus a bunch of refactoring and configuration changes and the first time I ran the code it...just...worked. Isn't that the best feeling in the world. It's like everything stops, and everything is perfect just in that moment. We need a word for it.

                              S Offline
                              S Offline
                              StatementTerminator
                              wrote on last edited by
                              #71

                              When that happens to me, my knee-jerk reaction is, this needs some more testing :)

                              1 Reply Last reply
                              0
                              • C Chris Maunder

                                ...but shorter, and more catchy. I've just completed about 8hrs of solid coding that involved tearing into the guts of my code, touching about 20 modules, ripping out a component and replacing it with a different (3rd party) component whose documentation is of the "documentation is Evil" variety, plus a bunch of refactoring and configuration changes and the first time I ran the code it...just...worked. Isn't that the best feeling in the world. It's like everything stops, and everything is perfect just in that moment. We need a word for it.

                                L Offline
                                L Offline
                                Leng Vang
                                wrote on last edited by
                                #72

                                How about Bam! or Dang!? When scientists discovered something unexpectedly, they usual muttered "That's funny".

                                1 Reply Last reply
                                0
                                • C Chris Maunder

                                  ...but shorter, and more catchy. I've just completed about 8hrs of solid coding that involved tearing into the guts of my code, touching about 20 modules, ripping out a component and replacing it with a different (3rd party) component whose documentation is of the "documentation is Evil" variety, plus a bunch of refactoring and configuration changes and the first time I ran the code it...just...worked. Isn't that the best feeling in the world. It's like everything stops, and everything is perfect just in that moment. We need a word for it.

                                  M Offline
                                  M Offline
                                  Member_5893260
                                  wrote on last edited by
                                  #73

                                  The word you're looking for is in fact "holifuck"(tm)...

                                  1 Reply Last reply
                                  0
                                  • C Chris Maunder

                                    ...but shorter, and more catchy. I've just completed about 8hrs of solid coding that involved tearing into the guts of my code, touching about 20 modules, ripping out a component and replacing it with a different (3rd party) component whose documentation is of the "documentation is Evil" variety, plus a bunch of refactoring and configuration changes and the first time I ran the code it...just...worked. Isn't that the best feeling in the world. It's like everything stops, and everything is perfect just in that moment. We need a word for it.

                                    Z Offline
                                    Z Offline
                                    zwickerr
                                    wrote on last edited by
                                    #74

                                    Been there. The word is surreal.

                                    1 Reply Last reply
                                    0
                                    • C Chris Maunder

                                      ...but shorter, and more catchy. I've just completed about 8hrs of solid coding that involved tearing into the guts of my code, touching about 20 modules, ripping out a component and replacing it with a different (3rd party) component whose documentation is of the "documentation is Evil" variety, plus a bunch of refactoring and configuration changes and the first time I ran the code it...just...worked. Isn't that the best feeling in the world. It's like everything stops, and everything is perfect just in that moment. We need a word for it.

                                      J Offline
                                      J Offline
                                      jeeves77
                                      wrote on last edited by
                                      #75

                                      I've done this too using the try { InguaralObject.FirstRun(); } catch(Exception ex) { } It works every time!

                                      1 Reply Last reply
                                      0
                                      • C Chris Maunder

                                        ...but shorter, and more catchy. I've just completed about 8hrs of solid coding that involved tearing into the guts of my code, touching about 20 modules, ripping out a component and replacing it with a different (3rd party) component whose documentation is of the "documentation is Evil" variety, plus a bunch of refactoring and configuration changes and the first time I ran the code it...just...worked. Isn't that the best feeling in the world. It's like everything stops, and everything is perfect just in that moment. We need a word for it.

                                        Y Offline
                                        Y Offline
                                        yacCarsten
                                        wrote on last edited by
                                        #76

                                        How about FIGJAM (Elephant I'm good, just ask me)?

                                        1 Reply Last reply
                                        0
                                        • C Chris Maunder

                                          ...but shorter, and more catchy. I've just completed about 8hrs of solid coding that involved tearing into the guts of my code, touching about 20 modules, ripping out a component and replacing it with a different (3rd party) component whose documentation is of the "documentation is Evil" variety, plus a bunch of refactoring and configuration changes and the first time I ran the code it...just...worked. Isn't that the best feeling in the world. It's like everything stops, and everything is perfect just in that moment. We need a word for it.

                                          V Offline
                                          V Offline
                                          Vivi Chellappa
                                          wrote on last edited by
                                          #77

                                          Simple word: lie. More complex: It really didn't happen that way but I just want to piss all of you off.

                                          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