|
If the coder is still there, it's better to clean the coder !
Wonde Tadesse
|
|
|
|
|
I agree. Coders aren't known for personal hygiene
|
|
|
|
|
|
And it adds to the KLOC!
TTFN - Kent
|
|
|
|
|
Oh, yes, and you should add comments about why you commented out the code. 
|
|
|
|
|
And the comments should be useful unlike the mvc controller that I looked at "it's crap hence I commented it out!"
Every day, thousands of innocent plants are killed by vegetarians.
Help end the violence EAT BACON
|
|
|
|
|
// Let's see if anyone notices and complains...
|
|
|
|
|
Oh yes, our code base is full of it.
But you can make it easy to spot, e.g. with the #region directive:
#region old version
#endregion See the beauty of it?
And you can name old projects which you won't ever need again accordingly before you add (!) them additionally to the source code repository:
AbcConfig
AbcConfig.bak
ExhvPlayer.bak
ExhvRecorder
AudioMixer
AudioMixer.ori
When you check out the current workspace, you'll get all of that crap useful code. And, yes, you immediately see what's old and unused.
But worse: many cs-files have the Build Action "none". Can you imagine how I felt when I realized that after adding globalization/localization to many of them?
(We need a pukey - i.e. a puking smiley).
|
|
|
|
|
Is Firefox really the best defense against Google's control of the Internet? Or should Mozilla just clean up its own mistakes rather than throwing stones at competitors? There are other browsers out there?
|
|
|
|
|
Stop drinking Coke, says Pepsi.
|
|
|
|
|
|
Google had previously confirmed its plans to launch a YouTube-powered music subscription service, but thanks to a series of leaked images via the blog Android Police, we now have the first taste as to what that service may look like, and what sort of features it will offer. Because the world needed another music service
But I guess everyone is playing music off YouTube anyway, might as well make some money off of it.
Have they been taking naming lessons from Microsoft?
|
|
|
|
|
Former Microsoft CEO Steve Ballmer has just announced his resignation from the Board of Directors at Microsoft, after rumors had suggested this move would come sooner than later. He's taking his ball (team) and going home
|
|
|
|
|
I LOVE THIS ______ (Substitute TEAM for COMPANY.)
DEVELOPERS, DEVELOPERS, DEVELOPERS=HARDCORE, HARDCORE, HARDCORE.
Classic Ballmer.
|
|
|
|
|
Did this announcement occur at about 10:20am?[^]
|
|
|
|
|
Funny that. Yeah, I think that is about the correct timing on that (or at least time for the market to react).
TTFN - Kent
|
|
|
|
|
I suspect that he will begin to unload a large majority of his shares in MSFT especially since those sales will no longer be monitored, controlled or reported on like they would when he was employee or board member.
|
|
|
|
|
When it comes to the most popular database management systems, the top three are no surprise; but relatively unheralded PostgreSQL is gaining. And, despite what you may have heard, relational databases still rule. SELECT * FROM sys_databases WHERE price < 100K
|
|
|
|
|
Meh. The source for that data has a Tiobesque stink to it.
OTOH, FWIW if you go to it, they have a chart showing the last ~2 2 years of their index. It shows no meaningful shifting in the 3way tie between MsSQL, MySQL, and whOracle. And while it has PostgreSQL inching up and still (barely) in 4th, MongoDB is gaining much faster and seems likely to eclipse it in the near future. And lastly, in news that I'm certain will make everyone who's had the misfortune to use it for joy, Access is slumping from the tier 2 group to tier 3.
http://db-engines.com/en/ranking_trend[^]
Did you ever see history portrayed as an old man with a wise brow and pulseless heart, waging all things in the balance of reason?
Is not rather the genius of history like an eternal, imploring maiden, full of fire, with a burning heart and flaming soul, humanly warm and humanly beautiful?
--Zachris Topelius
Training a telescope on one’s own belly button will only reveal lint. You like that? You go right on staring at it. I prefer looking at galaxies.
-- Sarah Hoyt
|
|
|
|
|
Here we take a look at a selection of programming languages and compare their mean salary and demand. The data comes from an analysis of 1.5 million tech job advertisements collected between January and June 2014 from the USA, Great Britain, and Australia. VB didn't make the list?
|
|
|
|
|
inb4 "VB is a programming language?"
|
|
|
|
|
It's good to see C# as a leading language..
|
|
|
|
|
Yeah, I was amused that it's actually higher than Java in the UK. Good taste
TTFN - Kent
|
|
|
|
|
Neither did C or C++, which makes me inclined to dismiss it as worthless.
How they can omit the programming language that steadfastly remains top of the TIOBE index, while include outliers like Haskell is beyond me.
(edit - correction)
"If you don't fail at least 90 percent of the time, you're not aiming high enough."
Alan Kay.
|
|
|
|
|
They explained why they didn't do C/C++ - basically "too hard to Google for":
Quote: One of the challenges we have is finding "C" as a technical skill vs just a letter in a sentence like "C level role" or "Objective C" without the "-". We're better at it now, but at the time I did this analysis, the data for those skills weren't good enough for me to feel confident about them.
So ... C and C++ both sit in that blue leaders group. C is very close to C# in demand/salary. C++ is at the same demand but slightly higher salary than C# but not as high as Java.
TTFN - Kent
|
|
|
|