Who/What am I
-
I suppose - if your original programming language was pig-Latin. ;
"The difference between genius and stupidity is that genius has its limits." - Albert Einstein
"As far as we know, our computer has never had an undetected error." - Weisert
"If you are searching for perfection in others, then you seek disappointment. If you are seek perfection in yourself, then you will find failure." - Balboos HaGadol Mar 2010
Well, VB can only do everything C# can. It only has no curly braces and semi-colons. I guess VB isn't for you if you just love those curly braces and semi-colons...
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
-
Sander Rossel wrote:
There is no finer language on earth in Mordor!
FTFY!
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...
Ash VB durbatulûk, ash VB gimbatul, ash VB thrakatulûk, agh burzum-ishi krimpatul. :D
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
-
Well, VB can only do everything C# can. It only has no curly braces and semi-colons. I guess VB isn't for you if you just love those curly braces and semi-colons...
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
Sander Rossel wrote:
Well, VB can only do everything C# can.
Well - I suppose so - I mean it is certainly possible to bang in a nail with a rock. Per C# - M$ was hoping to use it to lure VB.NET users away - but I don't bother with C# when C++ is so handy. {{ }{ }{ }{ }}; ; ; ;;{}{}{}{String ^harder = "oh, it feels soooo good" } Talk namespace to me . . . Ahh::AHhh::AHHH;
"The difference between genius and stupidity is that genius has its limits." - Albert Einstein
"As far as we know, our computer has never had an undetected error." - Weisert
"If you are searching for perfection in others, then you seek disappointment. If you are seek perfection in yourself, then you will find failure." - Balboos HaGadol Mar 2010
-
Well, VB can only do everything C# can. It only has no curly braces and semi-colons. I guess VB isn't for you if you just love those curly braces and semi-colons...
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
Four words: "ON ERROR RESUME NEXT" X|
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...
-
Four words: "ON ERROR RESUME NEXT" X|
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...
You're right, it does more than C#! :D I've never used that one though :laugh: I wonder if it's just a shorthand for an empty catch block... In that case C# supports it too ;)
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
-
Sander Rossel wrote:
Well, VB can only do everything C# can.
Well - I suppose so - I mean it is certainly possible to bang in a nail with a rock. Per C# - M$ was hoping to use it to lure VB.NET users away - but I don't bother with C# when C++ is so handy. {{ }{ }{ }{ }}; ; ; ;;{}{}{}{String ^harder = "oh, it feels soooo good" } Talk namespace to me . . . Ahh::AHhh::AHHH;
"The difference between genius and stupidity is that genius has its limits." - Albert Einstein
"As far as we know, our computer has never had an undetected error." - Weisert
"If you are searching for perfection in others, then you seek disappointment. If you are seek perfection in yourself, then you will find failure." - Balboos HaGadol Mar 2010
W∴ Balboos wrote:
{{ }{ }{ }{ }}; ; ; ;;{}{}{}{String ^harder = "oh, it feels soooo good" } Talk namespace to me . . . Ahh::AHhh::AHHH;
Hey, this is the lounge, keep it decent please! :laugh:
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
-
W∴ Balboos wrote:
{{ }{ }{ }{ }}; ; ; ;;{}{}{}{String ^harder = "oh, it feels soooo good" } Talk namespace to me . . . Ahh::AHhh::AHHH;
Hey, this is the lounge, keep it decent please! :laugh:
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
It just came to mind - the only basic of general worth: Basic Instinct
"The difference between genius and stupidity is that genius has its limits." - Albert Einstein
"As far as we know, our computer has never had an undetected error." - Weisert
"If you are searching for perfection in others, then you seek disappointment. If you are seek perfection in yourself, then you will find failure." - Balboos HaGadol Mar 2010
-
Well, VB can only do everything C# can. It only has no curly braces and semi-colons. I guess VB isn't for you if you just love those curly braces and semi-colons...
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
Sander Rossel wrote:
VB can only do everything C# can
No it can't; there are things C# can do that VB.net can't.
-
You're right, it does more than C#! :D I've never used that one though :laugh: I wonder if it's just a shorthand for an empty catch block... In that case C# supports it too ;)
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
... An empty catch block round each individual line of code... :~
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...
-
Pragmatic.
Pete O'Hanlon wrote:
Pragmatic.
Ahem...
if (OriginalPoster == isProgrammerWhoDoesMaintenanceOnOwnCode)
{
OriginalPoster = PragmaticProgrammer;
}
else
{
OriginalPoster = MajorProblemCreator;
}:D
-
Sander Rossel wrote:
VB can only do everything C# can
No it can't; there are things C# can do that VB.net can't.
Like? Use unsafe code... If I wanted unsafe I wouldn't go with C# either! And there's some stuff VB can do that C# can't too :)
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
-
It just came to mind - the only basic of general worth: Basic Instinct
"The difference between genius and stupidity is that genius has its limits." - Albert Einstein
"As far as we know, our computer has never had an undetected error." - Weisert
"If you are searching for perfection in others, then you seek disappointment. If you are seek perfection in yourself, then you will find failure." - Balboos HaGadol Mar 2010
Actually most basics are pretty indispensable! Try becoming a good programmer (or anything) without mastering the basics :)
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
-
IMHO, a good rule is: 1. Make it work. 2. Then make it work better - run faster, use lesser memory, use better algorithms, etc.; essentially optimize. Have seen people creating elaborate UML diagrams, only to find shortcomings in the code. In one extreme case, the code (C++) did not run; then the coder globally replaced all
private
bypublic
, and it ran; throwing away all encapsulation to the wind; fixing this was a nightmare :-)Wat be this
private
thing you speak of? ;PNever underestimate the power of human stupidity RAH
-
Wat be this
private
thing you speak of? ;PNever underestimate the power of human stupidity RAH
;)
-
I has been said many times that be able to code does not necessarily make you a programmer/developer. I just realised that I am one of those people who can write code that works pretty well. I'm not always proud of my methods (don't mean methods as in procedures) and design, most of the time I do whatever works. I get my code to work by any means necessary. I guess I am not a programmer/developer even though that is the my official position at work. Question is who/what am I?
codejet wrote:
I'm not always proud of my methods (don't mean methods as in procedures) and design, most of the time I do whatever works. I get my code to work by any means necessary. I guess I am not a programmer/developer
FTFY :-D Contrary to how academics define programmer/developer in reality the code needs to work. Sometimes you will be forced to produce under circumstances that are out of your control. The results may not be pretty but if it works is all that can be expected, not some textbook solution that you do not have the means to produce in the current situation.
Once you lose your pride the rest is easy. In the end, only three things matter: how much you loved, how gently you lived, and how gracefully you let go of things not meant for you. – Buddha Simply Elegant Designs JimmyRopes Designs
-
Well, VB can only do everything C# can. It only has no curly braces and semi-colons. I guess VB isn't for you if you just love those curly braces and semi-colons...
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
Sander Rossel wrote:
f you just love those curly braces and semi-colons...
A simple
}
looks lot better that bloodyEnd IF
,End For
,End Select
, andEnd Using
all over the bloody place.No object is so beautiful that, under certain conditions, it will not look ugly. - Oscar Wilde
-
Sander Rossel wrote:
f you just love those curly braces and semi-colons...
A simple
}
looks lot better that bloodyEnd IF
,End For
,End Select
, andEnd Using
all over the bloody place.No object is so beautiful that, under certain conditions, it will not look ugly. - Oscar Wilde
But at least you know what you're ending! :) And really, is all that hatred towards VB because of some End If instead of }?
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
-
I has been said many times that be able to code does not necessarily make you a programmer/developer. I just realised that I am one of those people who can write code that works pretty well. I'm not always proud of my methods (don't mean methods as in procedures) and design, most of the time I do whatever works. I get my code to work by any means necessary. I guess I am not a programmer/developer even though that is the my official position at work. Question is who/what am I?
Writing a code that works pretty well is not enough for a programmer. Actually, your ability to write a working code is not relevant in this context. First, learn OOP and take design patterns course. Apply this knowledge in your new programs. If you are working with classes, make them all singletons. If you are working with WPF, don't write code-behind. In C/C++ mark all variables as register (every real programmer knows that register variables are faster), and make all functions inline. Finally, you can find that your skills match your official position. You code will not work pretty well at this stage, but let's leave these details for code writers.
-
Like? Use unsafe code... If I wanted unsafe I wouldn't go with C# either! And there's some stuff VB can do that C# can't too :)
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
Case sensivity... It's just a horrible mess in VB..
public class Demo {
public string Name { get; set; }
public Demo (string name) {
Name = name;
}
}Public Class Demo
Public Property Name As String
Public Sub New(name As String)
Name = name
End Sub
End ClassGuess what? C# assigns the property in the constructor, whereas VB.Net doesn't... :)
-
But at least you know what you're ending! :) And really, is all that hatred towards VB because of some End If instead of }?
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
Sander Rossel wrote:
But at least you know what you're ending
I should only need to know that I'm ending a code block.
And really, is all that hatred towards VB because of some End If instead of }?
It's so much more than that. :laugh:
No object is so beautiful that, under certain conditions, it will not look ugly. - Oscar Wilde