Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror

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

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) 186

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) 186

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 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

Chemistry professors never die, they just fail to react.

Working...