Programming Language Quotes
-
From Ganslle news letter, thought these appropriate.
Quote:
Assembly language - The only computer language that allows unlimited artistic expression, assembly was invented by FDR during the Depression as a jobs program.
Quote:
C++ - An object oriented programming language which has an on-going committee whose goal is to add so many obfuscating features that no single individual really understands all of its nuances.
As it happens C# seems to be following suit.
Definition of a burocrate; Delegate, Take Credit, shift blame. PartsBin an Electronics Part Organizer - Release Version 1.3.1 JaxCoder.com Latest Article: EventAggregator
We recently posted a job ad, I wanted it to say "Some Assembly Required", well, because it is. HR wouldn't go for it. :|
"the debugger doesn't tell me anything because this code compiles just fine" - random QA comment "Facebook is where you tell lies to your friends. Twitter is where you tell the truth to strangers." - chriselst "I don't drink any more... then again, I don't drink any less." - Mike Mullikins uncle
-
We recently posted a job ad, I wanted it to say "Some Assembly Required", well, because it is. HR wouldn't go for it. :|
"the debugger doesn't tell me anything because this code compiles just fine" - random QA comment "Facebook is where you tell lies to your friends. Twitter is where you tell the truth to strangers." - chriselst "I don't drink any more... then again, I don't drink any less." - Mike Mullikins uncle
From the days of the tech bubble, circa 2000... A friend worked at Research in Motion, makers of the Blackberry, ticker symbol RIM. When a hiring blitz was planned, HR solicited employees for suggestions on how to advertise job openings. More than one suggestion included a line about wanting a RIM job. There was also a hiring blitz where I worked, but competition was so fierce that it was hard to find qualified candidates. At an all-hands meeting of close to 500, my boss lamented the quality of the CVs we were receiving. "There are a lot of Joe Blows, but not enough Joe Blow jobs." Howls of laughter, but it was totally innocent. English wasn't his first language, and there's no way he would have knowingly used that line.
Robust Services Core | Software Techniques for Lemmings | Articles
The fox knows many things, but the hedgehog knows one big thing. -
From Ganslle news letter, thought these appropriate.
Quote:
Assembly language - The only computer language that allows unlimited artistic expression, assembly was invented by FDR during the Depression as a jobs program.
Quote:
C++ - An object oriented programming language which has an on-going committee whose goal is to add so many obfuscating features that no single individual really understands all of its nuances.
As it happens C# seems to be following suit.
Definition of a burocrate; Delegate, Take Credit, shift blame. PartsBin an Electronics Part Organizer - Release Version 1.3.1 JaxCoder.com Latest Article: EventAggregator
"C makes it easy to shoot yourself in the foot; C++ makes it harder, but when you do it blows your whole leg off." ― Bjarne Stroustrup
Jeremy Falcon
-
From Ganslle news letter, thought these appropriate.
Quote:
Assembly language - The only computer language that allows unlimited artistic expression, assembly was invented by FDR during the Depression as a jobs program.
Quote:
C++ - An object oriented programming language which has an on-going committee whose goal is to add so many obfuscating features that no single individual really understands all of its nuances.
As it happens C# seems to be following suit.
Definition of a burocrate; Delegate, Take Credit, shift blame. PartsBin an Electronics Part Organizer - Release Version 1.3.1 JaxCoder.com Latest Article: EventAggregator
-
From Ganslle news letter, thought these appropriate.
Quote:
Assembly language - The only computer language that allows unlimited artistic expression, assembly was invented by FDR during the Depression as a jobs program.
Quote:
C++ - An object oriented programming language which has an on-going committee whose goal is to add so many obfuscating features that no single individual really understands all of its nuances.
As it happens C# seems to be following suit.
Definition of a burocrate; Delegate, Take Credit, shift blame. PartsBin an Electronics Part Organizer - Release Version 1.3.1 JaxCoder.com Latest Article: EventAggregator
-
From Ganslle news letter, thought these appropriate.
Quote:
Assembly language - The only computer language that allows unlimited artistic expression, assembly was invented by FDR during the Depression as a jobs program.
Quote:
C++ - An object oriented programming language which has an on-going committee whose goal is to add so many obfuscating features that no single individual really understands all of its nuances.
As it happens C# seems to be following suit.
Definition of a burocrate; Delegate, Take Credit, shift blame. PartsBin an Electronics Part Organizer - Release Version 1.3.1 JaxCoder.com Latest Article: EventAggregator
-
From Ganslle news letter, thought these appropriate.
Quote:
Assembly language - The only computer language that allows unlimited artistic expression, assembly was invented by FDR during the Depression as a jobs program.
Quote:
C++ - An object oriented programming language which has an on-going committee whose goal is to add so many obfuscating features that no single individual really understands all of its nuances.
As it happens C# seems to be following suit.
Definition of a burocrate; Delegate, Take Credit, shift blame. PartsBin an Electronics Part Organizer - Release Version 1.3.1 JaxCoder.com Latest Article: EventAggregator
Do not remember who told it: First rule of code optimization, don't do it. Second rule of code optimization (only for experts), don't do it yet.
M.D.V. ;) If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you Rating helpful answers is nice, but saying thanks can be even nicer.
-
From Ganslle news letter, thought these appropriate.
Quote:
Assembly language - The only computer language that allows unlimited artistic expression, assembly was invented by FDR during the Depression as a jobs program.
Quote:
C++ - An object oriented programming language which has an on-going committee whose goal is to add so many obfuscating features that no single individual really understands all of its nuances.
As it happens C# seems to be following suit.
Definition of a burocrate; Delegate, Take Credit, shift blame. PartsBin an Electronics Part Organizer - Release Version 1.3.1 JaxCoder.com Latest Article: EventAggregator
Mike Hankey wrote:
C++ - An object oriented programming language
I know the quote is tongue in cheek but this always gets my BAC up. To say C++ is an object oriented language A) misses the fact that it's also a generic programming language (as in GP), a procedural language, and now (finally) a functional language. C++ is one of the few major languages out there that can basically do it all. B) specifically ignores GP and metaprogramming (template, constexpr, et al) which makes C++ unique among major languages as far as I know. This despite this stuff underpinning a major C++ component - the STL. C) encourages new C++ users to think about C++ in a very limited (albeit familiar) fashion.
Check out my IoT graphics library here: https://honeythecodewitch.com/gfx And my IoT UI/User Experience library here: https://honeythecodewitch.com/uix
-
Do not remember who told it: First rule of code optimization, don't do it. Second rule of code optimization (only for experts), don't do it yet.
M.D.V. ;) If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you Rating helpful answers is nice, but saying thanks can be even nicer.
[Quotes by Michael A. Jackson | SoftwareQuotes.com](https://softwarequotes.com/author/michael-a--jackson) [Michael A. Jackson (computer scientist) - Wikipedia](https://en.wikipedia.org/wiki/Michael\_A.\_Jackson\_(computer\_scientist)) Interesting that the quote on the page linked to above is "Jackson's Rules of Optimization: Rule 1. Don't do it. Rule 2 (for experts only). Don't do it yet - that is, not until you have a perfectly clear and unoptimized solution."
"A little song, a little dance, a little seltzer down your pants" Chuckles the clown
-
Don't remember where I heard it, but I've always liked:
Java is a DSL for turning XML files into stack traces.
Awesome :laugh: .
Software Zen:
delete this;