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. Program Compiled successfully, 0 errors

Program Compiled successfully, 0 errors

Scheduled Pinned Locked Moved The Lounge
27 Posts 20 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.
  • V VijayPd

    Most happiest moment for programmers

    M Offline
    M Offline
    Mark_Wallace
    wrote on last edited by
    #16

    All that means is that it is broken in ways that the compiler can't detect, so it's time to bash your head against the harder-to-find errors.

    I wanna be a eunuchs developer! Pass me a bread knife!

    1 Reply Last reply
    0
    • V VijayPd

      Most happiest moment for programmers

      T Offline
      T Offline
      TheGreatAndPowerfulOz
      wrote on last edited by
      #17

      Wrong. When it runs successfully and does what it's meant to do without errors.

      #SupportHeForShe

      If your actions inspire others to dream more, learn more, do more and become more, you are a leader.-John Q. Adams You must accept 1 of 2 basic premises: Either we are alone in the universe or we are not alone. Either way, the implications are staggering!-Wernher von Braun Only 2 things are infinite, the universe and human stupidity, and I'm not sure about the former.-Albert Einstein

      1 Reply Last reply
      0
      • K Kevin Marois

        Missed your meds again huh?

        If it's not broken, fix it until it is

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

        Coder For Hire wrote:

        Missed your meds again huh?

        Actually, it's the meds that put me in these moods. (just kidding!) Marc

        Imperative to Functional Programming Succinctly Contributors Wanted for Higher Order Programming Project!

        1 Reply Last reply
        0
        • V VijayPd

          Most happiest moment for programmers

          D Offline
          D Offline
          David Crow
          wrote on last edited by
          #19

          0 syntax errors. Correcting logic errors is still up to you, however.

          "One man's wage rise is another man's price increase." - Harold Wilson

          "Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons

          "You can easily judge the character of a man by how he treats those who can do nothing for him." - James D. Miles

          1 Reply Last reply
          0
          • V VijayPd

            Most happiest moment for programmers

            Sander RosselS Offline
            Sander RosselS Offline
            Sander Rossel
            wrote on last edited by
            #20

            I had that yesterday. Code still broke at runtime :sigh:

            Visit my blog at Sander's bits - Writing the code you need. Or read my articles at my CodeProject profile.

            Simplicity is prerequisite for reliability. — Edsger W. Dijkstra

            Regards, Sander

            1 Reply Last reply
            0
            • V VijayPd

              Most happiest moment for programmers

              B Offline
              B Offline
              BillWoodruff
              wrote on last edited by
              #21

              :) <= $

              «To kill an error's as good a service, sometimes better than, establishing new truth or fact.» Charles Darwin in "Prospero's Precepts"

              1 Reply Last reply
              0
              • M Maximilien

                Nope. "Payment received" is the happiest moment. :rolleyes:

                I'd rather be phishing!

                M Offline
                M Offline
                Member 10707677
                wrote on last edited by
                #22

                Agreed. Payment comes after post-installation testing by the client.

                The difficult may take time, the impossible a little longer.

                1 Reply Last reply
                0
                • OriginalGriffO OriginalGriff

                  "0 Errors" is nothing - that's easy. "0 Errors, 0 Warnings" is better - but also pretty easy. Passing all tests and actually doing what you wanted it to? Now that's a good moment! (As is getting paid, as has been mentioned)

                  Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...

                  D Offline
                  D Offline
                  decaffeinatedMonkey
                  wrote on last edited by
                  #23

                  Let's not forget zero code analysis errors, and zero style cop errors, and zero QA errors.

                  OriginalGriffO 1 Reply Last reply
                  0
                  • V VijayPd

                    Most happiest moment for programmers

                    M Offline
                    M Offline
                    mBuchwald
                    wrote on last edited by
                    #24

                    This is only true if it isn't you first time building the code. If you get zero errors on the first try, paranoia begins.

                    1 Reply Last reply
                    0
                    • D decaffeinatedMonkey

                      Let's not forget zero code analysis errors, and zero style cop errors, and zero QA errors.

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

                      Get real - we'll never get zero QA errors here! :laugh:

                      Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...

                      "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

                      D 1 Reply Last reply
                      0
                      • OriginalGriffO OriginalGriff

                        Get real - we'll never get zero QA errors here! :laugh:

                        Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...

                        D Offline
                        D Offline
                        decaffeinatedMonkey
                        wrote on last edited by
                        #26

                        Wishful thinking, I know. ;P

                        1 Reply Last reply
                        0
                        • M Maximilien

                          Nope. "Payment received" is the happiest moment. :rolleyes:

                          I'd rather be phishing!

                          D Offline
                          D Offline
                          dpminusa
                          wrote on last edited by
                          #27

                          Debugging is the creative part. Successful Compiling is great, but I enjoy debugging a lot more. Debugging leads to better code as well as working code when you iterate through each debugging session. Creating the initial code is often a free flow of ideas when the algorithms and specifications are created. I treat programming like writing an article. I get the ideas down and assume I will be improving them iteratively. I don't like to over-think and block the code flow. This works well in a small group that can be creative. This would not work well for larger projects and larger groups, of course. I work in a small group with limited constraints on creativity. I try to stay object-oriented, concise, and well-documented. Coding should be fun and enjoyable. Maybe that is why I like small independent projects. Less structure, more fun!? I suspect I am like many Code project members. That is why I keep coming back to Code project and sites like stack overflow. Or maybe I just had too much coffee this morning.

                          "Courtesy is the product of a mature, disciplined mind ... ridicule is lack of the same - DPM"

                          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