Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror

Comment Re:Answer is simple: (Score 1) 185

It definitely is much more effort and takes more skill and experience to respect KISS than just heap complexity on complexity

It doesn't take more effort (it does take more skill). Some people say it takes more time up front, and that may be true, but it pays off within days if not hours or even minutes (meaning total time required is less).

There are several reasons for this:
1) A major part of KISS is reducing redundancy. You are literally writing fewer lines of code.
2) The benefit of refactoring tends to begin earlier rather than later (ie, move your methods around, rename variables) within the first 500 lines of code.
3) Most of the time of software development is in testing. Well written code requires less testing.
etc

Comment Re:Answer is simple: (Score 2) 185

The problem with "management" is that management is dumb and often greedy and cannot do long-term planning.

They can do long term planning, but their incentives are about doing things that improve their own career. (If you want people to change, their incentives need to change).

Comment Re:Answer is simple: (Score 1) 185

It's also management driven. If you want to climb the ladder, you are incentivized to get more people below you on the management tree. If you want more people below you, the easiest way is to slow your guys down so you need to hire more of them. Managers really don't want your people to be more efficient.

Comment Hey (Score -1) 185

How are those layoffs working out for you? Get the last white guy out yet? There's probably some prize money if you do. Hope those thick accents make you feel better. Keep a bucket of cat litter around for the smell.

P.S. I took my skills with me. My software doesn't suck. Eat a wet bag, pigfucker. Say hi to your wife and my kids.

Comment Re:Spoils of war? (Score 1) 62

Zhirinovsky pretty clearly wanted to control Eastern Europe. He wanted to control Russia, as well.

The entire school of foreign policy from Kissinger - Hillary Clinton as sec-State need to be told to just STFU.

The Ukraine war is one parting present from the old snake Kissinger. If he can't play ball, no one can.

Slashdot Top Deals

"The whole problem with the world is that fools and fanatics are always so certain of themselves, but wiser people so full of doubts." -- Bertrand Russell

Working...