You've been coding too long when...
-
...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
You are in an instant-message conversation and making a spelling correction is done with C/old spelling/new spelling/. -CB ;-)
-
...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
Chris Maunder wrote:
I wish I was joking here
I am not sure which is funnier. Someone wrote this down or that I have actually done some of this stuff.... :laugh:
Why is common sense not common? Never argue with an idiot. They will drag you down to their level where they are an expert. Sometimes it takes a lot of work to be lazy Individuality is fine, as long as we do it together - F. Burns
-
...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
-
Mark Puddephat wrote:
You're typing an email and you press Escape then:
Sometimes I press escape and type "wq!"...:cool:
Life was much simpler in 2002
I do too. But only if I want to save it as a draft.
-
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.
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
-
You are in an instant-message conversation and making a spelling correction is done with C/old spelling/new spelling/. -CB ;-)
-
...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
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
-
...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
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
-
...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
You write a line of code, and comment it using a different coding language.
-
...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
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...
-
Instead of relaxing when you're away from the computer, you optimize and re-check recent code blocks in your head.
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.
-
Vasudevan Deepak K wrote:
F10 key to step-through each suggestion.
:laugh: :laugh: This would suggest that someone is coding since Adam's time.
-
You write a line of code, and comment it using a different coding language.
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.
-
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.
-
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 proverbRage 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
-
You write a line of code, and comment it using a different coding language.
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.
-
...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
-
...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
... 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
-
...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
i've write a report for my neighbourhood security in pseudocode format before... dunno how many of them understand it ;P