Programming's Foul Language
-
What programming terms would you consider equivalent to foul language? For example: Legacy Code
Todd Smith
Outsourcing
-
What programming terms would you consider equivalent to foul language? For example: Legacy Code
Todd Smith
-
What programming terms would you consider equivalent to foul language? For example: Legacy Code
Todd Smith
Throws, as in the Java notation :thumbsdown:
If the post was helpful, please vote, eh! Current activities: Book: Devils by Fyodor Dostoyevsky Project: Hospital Automation, final stage Learning: Image analysis, LINQ Now and forever, defiant to the end. What is Multiple Sclerosis[^]?
-
What programming terms would you consider equivalent to foul language? For example: Legacy Code
Todd Smith
DBNull.Value
Proud to have finally moved to the A-Ark. Which one are you in? Developer, Author (Guardians of Xen)
-
What programming terms would you consider equivalent to foul language? For example: Legacy Code
Todd Smith
The entire Visual Basic syntax.
¡El diablo está en mis pantalones! ¡Mire, mire! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! Personal 3D projects Just Say No to Web 2 Point Blow
-
Throws, as in the Java notation :thumbsdown:
If the post was helpful, please vote, eh! Current activities: Book: Devils by Fyodor Dostoyevsky Project: Hospital Automation, final stage Learning: Image analysis, LINQ Now and forever, defiant to the end. What is Multiple Sclerosis[^]?
Ooh yes - definitely. I completely forgot that.
"WPF has many lovers. It's a veritable porn star!" - Josh Smith
As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.
-
The entire Visual Basic syntax.
¡El diablo está en mis pantalones! ¡Mire, mire! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! Personal 3D projects Just Say No to Web 2 Point Blow
Hey, VB has one remaining virtue... Optional/Named parameters... C# doesn't get 'em until .NET 4.0
Proud to have finally moved to the A-Ark. Which one are you in? Developer, Author (Guardians of Xen)
-
What programming terms would you consider equivalent to foul language? For example: Legacy Code
Todd Smith
-
Hey, VB has one remaining virtue... Optional/Named parameters... C# doesn't get 'em until .NET 4.0
Proud to have finally moved to the A-Ark. Which one are you in? Developer, Author (Guardians of Xen)
Actually, I'd rather like the
with
statement as well."WPF has many lovers. It's a veritable porn star!" - Josh Smith
As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.
-
IUnkown was fine - it was IQueryInterface that introduced all the problems. ;P
"WPF has many lovers. It's a veritable porn star!" - Josh Smith
As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.
-
Actually, I'd rather like the
with
statement as well."WPF has many lovers. It's a veritable porn star!" - Josh Smith
As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.
Oh right... Good point. Let's steal that for C# too.
Proud to have finally moved to the A-Ark. Which one are you in? Developer, Author (Guardians of Xen)
-
Throws, as in the Java notation :thumbsdown:
If the post was helpful, please vote, eh! Current activities: Book: Devils by Fyodor Dostoyevsky Project: Hospital Automation, final stage Learning: Image analysis, LINQ Now and forever, defiant to the end. What is Multiple Sclerosis[^]?
Mustafa Ismail Mustafa wrote:
Throws, as in the Anything in Java notation
IFYPFY
I wanna be a eunuchs developer! Pass me a bread knife!
-
What programming terms would you consider equivalent to foul language? For example: Legacy Code
Todd Smith
"Brain F$%k" is pretty foul [^]
-
Mustafa Ismail Mustafa wrote:
Throws, as in the Anything in Java notation
IFYPFY
I wanna be a eunuchs developer! Pass me a bread knife!
Quite true.
Mark Wallace wrote:
I wanna be a eunuchs developer! Pass me a bread knife!
EVERY time I read your signature, I cringe :shudder: It is funny though :)
If the post was helpful, please vote, eh! Current activities: Book: Devils by Fyodor Dostoyevsky Project: Hospital Automation, final stage Learning: Image analysis, LINQ Now and forever, defiant to the end. What is Multiple Sclerosis[^]?
-
What programming terms would you consider equivalent to foul language? For example: Legacy Code
Todd Smith
COBOL!
------------------------------------ "When Belly Full, Chin Hit Chest" Confucius 502BC
-
DBNull.Value
Proud to have finally moved to the A-Ark. Which one are you in? Developer, Author (Guardians of Xen)
Right?! I'm sick and tired of that silly thing, why by the most nebulous star shine weren't they able to make it equal to DBNull or just plain null?!
If the post was helpful, please vote, eh! Current activities: Book: Devils by Fyodor Dostoyevsky Project: Hospital Automation, final stage Learning: Image analysis, LINQ Now and forever, defiant to the end. What is Multiple Sclerosis[^]?
-
Oh right... Good point. Let's steal that for C# too.
Proud to have finally moved to the A-Ark. Which one are you in? Developer, Author (Guardians of Xen)
Next you'll be wanting to drop the semicolon and case sensitivity.
-
Actually, I'd rather like the
with
statement as well."WPF has many lovers. It's a veritable porn star!" - Josh Smith
As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.
No! The only time I've wanted something like that was when trying to copy values from one instance(?) to another
A.X = B.X
andwith
only saves typing one of the names, I'd want to save bothwith ( A , B ) X = X
(or something) -
What programming terms would you consider equivalent to foul language? For example: Legacy Code
Todd Smith
APL. RPG. Java.
Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.”
-
Next you'll be wanting to drop the semicolon and case sensitivity.
Drop the semi-colon? And be forced _ to resort to VB's _ horrible style of _ line continuations!?!? No thanks. Though the case sensitivity... I wouldn't have to deal with code where people name the private variables the same as the exposed properties, with just case differences... Or better yet, gems like:
int num = Num + NUM;
Thankfully, I've never actually seen a line that bad, but imagine a program written like that... There's something you can't do in VB.
Proud to have finally moved to the A-Ark. Which one are you in? Developer, Author (Guardians of Xen)