Who/What am I
-
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?
-
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?
Pragmatic.
-
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?
Step away from the keyboard, and take a long walk. Rest your mind and your senses. Don't take this stuff we do, too seriously. :)
-
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?
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 :-) -
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 just realised that I am one of those people who can write code that works pretty well.
Gratz; it's harder than it appears.
codejet wrote:
Question is who/what am I?
A pretty good programmer/developer. Must be, based on your second sentence.
Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^][](X-Clacks-Overhead: GNU Terry Pratchett)
-
Pragmatic.
-
codejet wrote:
I just realised that I am one of those people who can write code that works pretty well.
Gratz; it's harder than it appears.
codejet wrote:
Question is who/what am I?
A pretty good programmer/developer. Must be, based on your second sentence.
Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^][](X-Clacks-Overhead: GNU Terry Pratchett)
-
English is not my first language (my first language is VB). After googling the meaning of "pragmatic" all I can say is "thank you".
codejet wrote:
my first language is VB
Explaining your perplexed state - as certainly VB doesn't lend itself to programming.
"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
-
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:
my first language is VB
Explaining your perplexed state - as certainly VB doesn't lend itself to programming.
"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
There is no finer language on earth!
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
-
There is no finer language on earth!
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 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
-
There is no finer language on earth!
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...
-
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.