I just submitted my first article... [modified]
-
...so, how should I celebrate? I'm torn between getting off the computer and giving my eyes a rest and sitting on CP and Stack Overflow answering questions.
Adam Maras | Software Developer Microsoft Certified Professional Developer
modified on Tuesday, December 1, 2009 8:00 PM
-
...so, how should I celebrate? I'm torn between getting off the computer and giving my eyes a rest and sitting on CP and Stack Overflow answering questions.
Adam Maras | Software Developer Microsoft Certified Professional Developer
modified on Tuesday, December 1, 2009 8:00 PM
Go to the Library? :cool: I just took a quick look; it looks good, but I'll let others have a chance to trash it. :-D Congrats.
-
Go to the Library? :cool: I just took a quick look; it looks good, but I'll let others have a chance to trash it. :-D Congrats.
Thanks :cool: I don't really care for the libraries in my area. And, as you well know, I'm a Phoenix/Metro area guy. There's probably not a whole lot of nightlife on a Tuesday night :doh:
Adam Maras | Software Developer Microsoft Certified Professional Developer
-
...so, how should I celebrate? I'm torn between getting off the computer and giving my eyes a rest and sitting on CP and Stack Overflow answering questions.
Adam Maras | Software Developer Microsoft Certified Professional Developer
modified on Tuesday, December 1, 2009 8:00 PM
Adam Maras wrote:
I just submitted my first artcle...
I hope it's spell-checked better than your title of this thread!!
I don't have ADHD, I have ADOS... Attention Deficit oooh SHINY!! Booger Mobile (n) - A bright green 1964 Ford Falcon - our entry into the Camp Quality esCarpade!! Do something wonderful - make a donation to Camp Quality today!!
-
Adam Maras wrote:
I just submitted my first artcle...
I hope it's spell-checked better than your title of this thread!!
I don't have ADHD, I have ADOS... Attention Deficit oooh SHINY!! Booger Mobile (n) - A bright green 1964 Ford Falcon - our entry into the Camp Quality esCarpade!! Do something wonderful - make a donation to Camp Quality today!!
:~ Oops. Well, it's decided then. Time to give my eyes (and my brains) a rest :zzz:
Adam Maras | Software Developer Microsoft Certified Professional Developer
-
:~ Oops. Well, it's decided then. Time to give my eyes (and my brains) a rest :zzz:
Adam Maras | Software Developer Microsoft Certified Professional Developer
hehe... no worries... congrats on your first article!!
I don't have ADHD, I have ADOS... Attention Deficit oooh SHINY!! Booger Mobile (n) - A bright green 1964 Ford Falcon - our entry into the Camp Quality esCarpade!! Do something wonderful - make a donation to Camp Quality today!!
-
...so, how should I celebrate? I'm torn between getting off the computer and giving my eyes a rest and sitting on CP and Stack Overflow answering questions.
Adam Maras | Software Developer Microsoft Certified Professional Developer
modified on Tuesday, December 1, 2009 8:00 PM
Very nice! I soooo want to b*tch about the use of "this." everywhere, but I'll refrain. Oops! Marc :-O
I'm not overthinking the problem, I just felt like I needed a small, unimportant, uninteresting rant! - Martin Hart Turner
-
Thanks :cool: I don't really care for the libraries in my area. And, as you well know, I'm a Phoenix/Metro area guy. There's probably not a whole lot of nightlife on a Tuesday night :doh:
Adam Maras | Software Developer Microsoft Certified Professional Developer
The Library... in Tempe.
-
Very nice! I soooo want to b*tch about the use of "this." everywhere, but I'll refrain. Oops! Marc :-O
I'm not overthinking the problem, I just felt like I needed a small, unimportant, uninteresting rant! - Martin Hart Turner
Marc Clifton wrote:
b*tch about the use of "this."
I actually like to use "this." for members of a class... I feel it makes the code more clear. More verbose, sure, but more clear. I guess it could go either way... really a stylistic choice.
-
Marc Clifton wrote:
b*tch about the use of "this."
I actually like to use "this." for members of a class... I feel it makes the code more clear. More verbose, sure, but more clear. I guess it could go either way... really a stylistic choice.
Exactly; like specifying access modifiers when they're not needed. But I thought I was the only one who did that.
-
Exactly; like specifying access modifiers when they're not needed. But I thought I was the only one who did that.
PIEBALDconsult wrote:
specifying access modifiers when they're not needed
Yeah, same here. I never leave it as just "class SomeClass"... I always change it to "public class SomeClass" or "internal class SomeClass" or what have you. Same with members of the class. I feel it adds to readability. And since you can just group all the private variables together (I don't usually use variables on a class of any other access modifier), all the "private " parts line up vertically, and so can be skipped over by a reader fairly effeciently.
PIEBALDconsult wrote:
I thought I was the only one who did that
Sorry, neither you nor I are special. :^)
-
PIEBALDconsult wrote:
specifying access modifiers when they're not needed
Yeah, same here. I never leave it as just "class SomeClass"... I always change it to "public class SomeClass" or "internal class SomeClass" or what have you. Same with members of the class. I feel it adds to readability. And since you can just group all the private variables together (I don't usually use variables on a class of any other access modifier), all the "private " parts line up vertically, and so can be skipped over by a reader fairly effeciently.
PIEBALDconsult wrote:
I thought I was the only one who did that
Sorry, neither you nor I are special. :^)
aspdotnetdev wrote:
"private " parts
aspdotnetdev wrote:
I are special
Just thought I'd beat you to the punch in case any of you wise guys were thinking of quoting me. ;P
-
Very nice! I soooo want to b*tch about the use of "this." everywhere, but I'll refrain. Oops! Marc :-O
I'm not overthinking the problem, I just felt like I needed a small, unimportant, uninteresting rant! - Martin Hart Turner
I just updated the article to include VB.NET code, so if you want to bitch about the use of "
Me.
" everywhere, you can do that too :-DAdam Maras | Software Developer Microsoft Certified Professional Developer
-
...so, how should I celebrate? I'm torn between getting off the computer and giving my eyes a rest and sitting on CP and Stack Overflow answering questions.
Adam Maras | Software Developer Microsoft Certified Professional Developer
modified on Tuesday, December 1, 2009 8:00 PM
Typically, by refreshing the page every 30 seconds, and falling into a state of hate, agony and despair on the first <=3 vote.
Personally, I love the idea that Raymond spends his nights posting bad regexs to mailing lists under the pseudonym of Jane Smith. He'd be like a super hero, only more nerdy and less useful. [Trevel]
| FoldWithUs! | sighist | µLaunch - program launcher for server core and hyper-v server -
I just updated the article to include VB.NET code, so if you want to bitch about the use of "
Me.
" everywhere, you can do that too :-DAdam Maras | Software Developer Microsoft Certified Professional Developer
Huh, so first the was no "I" in "article", now there's "Me" all over it? :-D
-
Huh, so first the was no "I" in "article", now there's "Me" all over it? :-D
:laugh:
Adam Maras | Software Developer Microsoft Certified Professional Developer
-
Typically, by refreshing the page every 30 seconds, and falling into a state of hate, agony and despair on the first <=3 vote.
Personally, I love the idea that Raymond spends his nights posting bad regexs to mailing lists under the pseudonym of Jane Smith. He'd be like a super hero, only more nerdy and less useful. [Trevel]
| FoldWithUs! | sighist | µLaunch - program launcher for server core and hyper-v server<3 means the voter is identified and is asked for a comment, it's the random 3 votes that are the new univote. You can't bitch if the low vote is explained by a comment. I had one idiot vote all my articles down, presumably because I irritated him in the forums. The votes were removed but the chicken tracks are still there :laugh:
Never underestimate the power of human stupidity RAH
-
<3 means the voter is identified and is asked for a comment, it's the random 3 votes that are the new univote. You can't bitch if the low vote is explained by a comment. I had one idiot vote all my articles down, presumably because I irritated him in the forums. The votes were removed but the chicken tracks are still there :laugh:
Never underestimate the power of human stupidity RAH
-
Very nice! I soooo want to b*tch about the use of "this." everywhere, but I'll refrain. Oops! Marc :-O
I'm not overthinking the problem, I just felt like I needed a small, unimportant, uninteresting rant! - Martin Hart Turner
Marc Clifton wrote:
I soooo want to b*tch about the use of "this." everywhere, but I'll refrain.
What's wrong with that? It's even a Style Cop guideline :-)
Regards, Nish
Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
My latest book : C++/CLI in Action / Amazon.com link -
Exactly; like specifying access modifiers when they're not needed. But I thought I was the only one who did that.
Remember FORTRAN? (You might not. How old are you? :-O ) REAL was any variable that started with a letter in the set A-H, O-Z INTEGER any that started in the set I-N The compiler will figure out what I meant, no need to spell it out. The next guy on it is at least as smart as me. Otherwise he would be doing boring original code instead of exciting maintenance. He can figure it out the first time second time, every time 60% of the time. ;P So, how is _not_ using access modifiers any different from not specifying the type of a variable in VB? Ha, ha, just truthing. :laugh: Actually, maintenance CAN be exciting. But not usually in a good way. :~ And you clearly didn't hit a nerve with me. X|
Opacity, the new Transparency.