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. You've been coding too long when...

You've been coding too long when...

Scheduled Pinned Locked Moved The Lounge
c++comdebuggingarchitecturequestion
84 Posts 59 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.
  • P proftc

    Mladen Jankovic wrote:

    ...you start counting from 0 in real life.

    That's me. Or how about when you're counting on your hand, look down, and realize you're working in boolean. Extra points for being in a group where nobody thinks it odd.

    T Offline
    T Offline
    Tomas Brennan
    wrote on last edited by
    #59

    Count me in on that, I sometimes write single line comments in emails or in word, count from 0, or even put in the odd semicolon on sentences - regardless of which app I'm using; see what I mean; !!!! Shoo a fly away from the monitor - not with cursor but with mouse without realizing I've yanked the mouse cable out of the dev box wonderin' why the mouse aint responding...or sometimes, the cable is tied so tightly that I try swat the fly only for the mouse to fly out of my hand and I go 'ooops' esp if there's a mug o coffee nearby...or a glass o wine...sheesh...:doh: :-)

    #define STOOPID #if STOOPID Console.WriteLine("I'm stoopid!"); #endif

    1 Reply Last reply
    0
    • C ClockMeister

      You are in an instant-message conversation and making a spelling correction is done with C/old spelling/new spelling/. -CB ;-)

      C Offline
      C Offline
      Curtis J
      wrote on last edited by
      #60

      Or you're on LiveJournal (in a non-programming group) and make a second comment - correcting the spelling in the first one - that says s/misspelled/correct/... (I admit to doing that one.) --Curtis

      1 Reply Last reply
      0
      • C Chris Maunder

        ...You are writing an email and you find yourself ending sentences with semi-colons ...You hit Ctrl-Shift-B after completing the email instead of Ctrl+Return ...You keep hitting tab and wonder why your words aren't autocompleting ...You find yourself trying to check if you're under Debug or Release before sending the email ...You realise the person reading the email is using a Mac and you get worried about whether they will be able to read your email. And you know I wish I was joking here. Jetlag and long nights are a killer. Anyone got any more?

        cheers, Chris Maunder

        CodeProject.com : C++ MVP

        M Offline
        M Offline
        MrPlankton
        wrote on last edited by
        #61

        While at the keyboard you develop tunnel vision, you see a bright light at the end of the tunnel, then hear long dead relatives beckon you to step into the light.

        MrPlankton

        modified on Thursday, March 6, 2008 11:13 AM

        1 Reply Last reply
        0
        • C Chris Maunder

          ...You are writing an email and you find yourself ending sentences with semi-colons ...You hit Ctrl-Shift-B after completing the email instead of Ctrl+Return ...You keep hitting tab and wonder why your words aren't autocompleting ...You find yourself trying to check if you're under Debug or Release before sending the email ...You realise the person reading the email is using a Mac and you get worried about whether they will be able to read your email. And you know I wish I was joking here. Jetlag and long nights are a killer. Anyone got any more?

          cheers, Chris Maunder

          CodeProject.com : C++ MVP

          S Offline
          S Offline
          srulyt
          wrote on last edited by
          #62

          I think i do all of the above :) You have been coding (for the web) to long when ... when you try to url-escape your local file names you take notes in pseudocode when putting a space between the two words in a compound noun makes you feel like somthing is wrong you don't understand whey when you put a dot after a word in your email you don't get intellisense you can't figure out why other (non tech) people can't understand your emails //shopping list select 2 potatos from potatos where potatos look nice if NiceBananas = true; get a few bananas // i assume you know we have oranges at home if we have < 4 oranges buy some of those 2 i do this all the time and then have to rewrite the email before i send it :-D

          1 Reply Last reply
          0
          • C Chris Maunder

            ...You are writing an email and you find yourself ending sentences with semi-colons ...You hit Ctrl-Shift-B after completing the email instead of Ctrl+Return ...You keep hitting tab and wonder why your words aren't autocompleting ...You find yourself trying to check if you're under Debug or Release before sending the email ...You realise the person reading the email is using a Mac and you get worried about whether they will be able to read your email. And you know I wish I was joking here. Jetlag and long nights are a killer. Anyone got any more?

            cheers, Chris Maunder

            CodeProject.com : C++ MVP

            F Offline
            F Offline
            Freddy0001
            wrote on last edited by
            #63

            You write a line of code, and comment it using a different coding language.

            L M 2 Replies Last reply
            0
            • C Chris Maunder

              ...You are writing an email and you find yourself ending sentences with semi-colons ...You hit Ctrl-Shift-B after completing the email instead of Ctrl+Return ...You keep hitting tab and wonder why your words aren't autocompleting ...You find yourself trying to check if you're under Debug or Release before sending the email ...You realise the person reading the email is using a Mac and you get worried about whether they will be able to read your email. And you know I wish I was joking here. Jetlag and long nights are a killer. Anyone got any more?

              cheers, Chris Maunder

              CodeProject.com : C++ MVP

              A Offline
              A Offline
              azonenberg
              wrote on last edited by
              #64

              You are writing an email and you find yourself ending sentences with semi- colons

              Been there, done that...

              Lots and lots of nested parentheses

              LOL of course - it's only logical to use them in English.

              You begin lines with comment characters

              One time when I was writing a college essay and had to stop for dinner, I marked my stopping point: //Concluding sentence here...

              1 Reply Last reply
              0
              • S SD SteveG

                Instead of relaxing when you're away from the computer, you optimize and re-check recent code blocks in your head.

                A Offline
                A Offline
                azonenberg
                wrote on last edited by
                #65

                SD SteveG wrote:

                Instead of relaxing when you're away from the computer, you optimize and re-check recent code blocks in your head.

                No joke - I've written some of my best algorithms in a canoe ten miles from the nearest computer. I don't even consciously think about it - the idea just suddenly hits me when I'm nowhere near my work.

                P 1 Reply Last reply
                0
                • F Freddy0001

                  You write a line of code, and comment it using a different coding language.

                  L Offline
                  L Offline
                  Luc Pattyn
                  wrote on last edited by
                  #66

                  Freddy0001 wrote:

                  You write a line of code, and comment it using a different coding language

                  Nothing wrong here, I occasionally add C code as a comment to explain what VB is supposed to do... :)

                  Luc Pattyn [Forum Guidelines] [My Articles]


                  This month's tips: - before you ask a question here, search CodeProject, then Google; - the quality and detail of your question reflects on the effectiveness of the help you are likely to get; - use PRE tags to preserve formatting when showing multi-line code snippets.


                  1 Reply Last reply
                  0
                  • L Lost User

                    Vasudevan Deepak K wrote:

                    F10 key to step-through each suggestion.

                    :laugh: :laugh: This would suggest that someone is coding since Adam's time.

                    P Offline
                    P Offline
                    patbob
                    wrote on last edited by
                    #67

                    ...you understand the joke about the F10 key.. and think it's funny :)

                    patbob

                    1 Reply Last reply
                    0
                    • A azonenberg

                      SD SteveG wrote:

                      Instead of relaxing when you're away from the computer, you optimize and re-check recent code blocks in your head.

                      No joke - I've written some of my best algorithms in a canoe ten miles from the nearest computer. I don't even consciously think about it - the idea just suddenly hits me when I'm nowhere near my work.

                      P Offline
                      P Offline
                      pboucher
                      wrote on last edited by
                      #68

                      I often solve problems and create algorithms in the morning during my shower. Pierre Boucher

                      1 Reply Last reply
                      0
                      • R Rage

                        Chris Maunder wrote:

                        Ctrl-Shift-B

                        :omg: What shortcut is this ? I hope you do not use this to build your project...

                        ~RaGE();

                        I think words like 'destiny' are a way of trying to find order where none exists. - Christian Graus
                        Do not feed the troll ! - Common proverb

                        M Offline
                        M Offline
                        Miszou
                        wrote on last edited by
                        #69

                        Rage wrote:

                        Chris Maunder wrote: Ctrl-Shift-B What shortcut is this ? I hope you do not use this to build your project...

                        Call me stupid, but what's wrong with that? Is there something I'm missing, because I use that shortcut all the time...

                        Sunrise Wallpaper Project | The StartPage Randomizer | The Windows Cheerleader

                        1 Reply Last reply
                        0
                        • F Freddy0001

                          You write a line of code, and comment it using a different coding language.

                          M Offline
                          M Offline
                          mght
                          wrote on last edited by
                          #70

                          You use #include "person@company.com" in an email instead of CCing them Just last week, I woke up in a stupor trying to figure out how to set a breakpoint on my noisy alarm clock. I have a stack of papers on my desk that needed to be sorted by date, and I spent more time trying to figure out the most efficient sort algorithm than I actually spent sorting them.

                          1 Reply Last reply
                          0
                          • C Chris Maunder

                            ...You are writing an email and you find yourself ending sentences with semi-colons ...You hit Ctrl-Shift-B after completing the email instead of Ctrl+Return ...You keep hitting tab and wonder why your words aren't autocompleting ...You find yourself trying to check if you're under Debug or Release before sending the email ...You realise the person reading the email is using a Mac and you get worried about whether they will be able to read your email. And you know I wish I was joking here. Jetlag and long nights are a killer. Anyone got any more?

                            cheers, Chris Maunder

                            CodeProject.com : C++ MVP

                            V Offline
                            V Offline
                            VE2
                            wrote on last edited by
                            #71

                            ..You take a break, your cat walks across your keyboard, and you spend a shameful amount of time wondering why your code doesn't compile anymore...

                            73

                            1 Reply Last reply
                            0
                            • Z z974647

                              During romance, you refer to 'buffers', 'input', 'output', and 'runtime' :-O

                              L Offline
                              L Offline
                              LenaBr
                              wrote on last edited by
                              #72

                              That is not romantic? What about linking or "Being with you is like when code runs bug free the first time" When your dreams start to be object oriented

                              N 1 Reply Last reply
                              0
                              • C Chris Maunder

                                ...You are writing an email and you find yourself ending sentences with semi-colons ...You hit Ctrl-Shift-B after completing the email instead of Ctrl+Return ...You keep hitting tab and wonder why your words aren't autocompleting ...You find yourself trying to check if you're under Debug or Release before sending the email ...You realise the person reading the email is using a Mac and you get worried about whether they will be able to read your email. And you know I wish I was joking here. Jetlag and long nights are a killer. Anyone got any more?

                                cheers, Chris Maunder

                                CodeProject.com : C++ MVP

                                A Offline
                                A Offline
                                Ashley van Gerven
                                wrote on last edited by
                                #73

                                ... you add comments instead of parenthesis /*don't say you've never done it!*/ ... you try to attach a file to an email by typing "ResourceManager..." ... you think it would be a good idea to create a branched copy of your timesheets

                                "For fifty bucks I'd put my face in their soup and blow." - George Costanza

                                1 Reply Last reply
                                0
                                • C Chris Maunder

                                  ...You are writing an email and you find yourself ending sentences with semi-colons ...You hit Ctrl-Shift-B after completing the email instead of Ctrl+Return ...You keep hitting tab and wonder why your words aren't autocompleting ...You find yourself trying to check if you're under Debug or Release before sending the email ...You realise the person reading the email is using a Mac and you get worried about whether they will be able to read your email. And you know I wish I was joking here. Jetlag and long nights are a killer. Anyone got any more?

                                  cheers, Chris Maunder

                                  CodeProject.com : C++ MVP

                                  F Offline
                                  F Offline
                                  Faidzal Thalith
                                  wrote on last edited by
                                  #74

                                  i've write a report for my neighbourhood security in pseudocode format before... dunno how many of them understand it ;P

                                  1 Reply Last reply
                                  0
                                  • C Chris Maunder

                                    ...You are writing an email and you find yourself ending sentences with semi-colons ...You hit Ctrl-Shift-B after completing the email instead of Ctrl+Return ...You keep hitting tab and wonder why your words aren't autocompleting ...You find yourself trying to check if you're under Debug or Release before sending the email ...You realise the person reading the email is using a Mac and you get worried about whether they will be able to read your email. And you know I wish I was joking here. Jetlag and long nights are a killer. Anyone got any more?

                                    cheers, Chris Maunder

                                    CodeProject.com : C++ MVP

                                    S Offline
                                    S Offline
                                    seasaw
                                    wrote on last edited by
                                    #75

                                    Your favorite language looks like this... 01 Input-Record. 05 Input-Key PIC X(05) COMP-X. 05 Input-Data PIC X(75). 01 Output-Record. 05 Output-Key PIC 9(13). 05 Output-Data PIC X(75). ... Move Input-Key to Output-Key. Move Input-Data to Output-Data. Write Output-Record.

                                    R 1 Reply Last reply
                                    0
                                    • C Chris Maunder

                                      ...You are writing an email and you find yourself ending sentences with semi-colons ...You hit Ctrl-Shift-B after completing the email instead of Ctrl+Return ...You keep hitting tab and wonder why your words aren't autocompleting ...You find yourself trying to check if you're under Debug or Release before sending the email ...You realise the person reading the email is using a Mac and you get worried about whether they will be able to read your email. And you know I wish I was joking here. Jetlag and long nights are a killer. Anyone got any more?

                                      cheers, Chris Maunder

                                      CodeProject.com : C++ MVP

                                      T Offline
                                      T Offline
                                      Telimaktar
                                      wrote on last edited by
                                      #76

                                      ...you look at a real world object and imagine how many classes and methods you require to represent it. ...you play a computer game and think of the code running the engine rather than just playing.

                                      T A 2 Replies Last reply
                                      0
                                      • T Telimaktar

                                        ...you look at a real world object and imagine how many classes and methods you require to represent it. ...you play a computer game and think of the code running the engine rather than just playing.

                                        T Offline
                                        T Offline
                                        theFALCO
                                        wrote on last edited by
                                        #77

                                        you at night light a torch and feel amazed by the DYNAMIC SHADOWS you see a fog and think "it's a sprite or a particle effect?" you see a real world object falling, then bouncing and say "it shouldn't act like that" xD

                                        1 Reply Last reply
                                        0
                                        • T Telimaktar

                                          ...you look at a real world object and imagine how many classes and methods you require to represent it. ...you play a computer game and think of the code running the engine rather than just playing.

                                          A Offline
                                          A Offline
                                          azonenberg
                                          wrote on last edited by
                                          #78

                                          Telimaktar wrote:

                                          ...you look at a real world object and imagine how many classes and methods you require to represent it.

                                          LOL... I thought I was the only one here who did that. "Imagine the time it would take to write that shader! Bump mapping, sub-surface scattering, wow..." (looking at an ice cube)

                                          Telimaktar wrote:

                                          ...you play a computer game and think of the code running the engine rather than just playing.

                                          Post that one on my other favorite programming site - gamedev.net. I guarantee you'll get a TON of people who think just like that.

                                          modified on Wednesday, March 12, 2008 9:46 AM

                                          T 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