0
votes
When good programmers go bad!
Does he understand what he is boried? He may be in a down loop where initial acidental loss of interest brings mistakes which bring frustatation which brings mistakes which brings even more frustat …
0
votes
Why does it seem that most programmers tend to write all their code at the lowest possible level of abstraction?
Problem is in nature of programming itself. Programmer should program! The more he thinks the less he programs. So once he starts to solve problem by coding he intentionally or subconsciously avoid …
0
votes
How to deal with overachievers
He needs to learn how to do work systematically. He probably lucks regularity and discipline and needs to create for himself serious challenge which would constantly keep him moving. Unfortunately …
0
votes
How do I reward my developers for the little things they get right?
Little things are occasional and may be not even done in a right direction. Good work is good only if it helps somebody in a team. Because for good personal results (no bugs, in schedule etc) peopl …
0
votes
Which software development practice would return the highest ROI?
There is such a thing as “local optimum”. You can read about it in Goldratt book Goal. It says that innovation is of any value only if it improves overall throughput. Decision to implement new tech …
0
votes
Do you prefer quick and dirty or sound but incomplete answers to your problems?
May be it is not necessary in such situation to vote down bad example. If you disagree with quick fix answer you can vote down or offer own variant so others could decide which is better. Doing bot …
0
votes
Are programmer incentives a good idea?
It is good idea to make them think that they deserve benefits which are offered. So it is not paying in advance or opposite, promise to pay if ... which never becomes reality. There should be provi …
1
vote
Is Agile Development Dead?
Agile programming is an extension of standard best practices. It is something more sophisticated and relies on very good discipline and team work. Most companies think vice versa – good practices a …
1
vote
How to restrain one’s self from the overwhelming urge to rewrite everything?
Stop rewriting when it is good enough. For this you need to know what good program is for you not only for your employer. After all you do programming for life not for good impression. Develop soun …
0
votes
Don’t you think that 99% of problems you are trying to solve every day are already solved many times?
What about aliens? They solved much more problems than human did! Let’s wait until they come and drink beer meanwhile!
The fact that somebody solved a problem before does not make the solut …
2
votes
What are the most common security mistakes programmers make?
Biggest mistake is to throw security issues out of scope of system development and put it on shoulders of everybody else. Common practice is to state that security is a responsibility of system adm …
1
vote
Best Environment For Large Web Application
I personally would not take responsibility to offer own solution to a team without asking for advice from somewhere else first. Same way as chaKa does. What I would not do is to rely on one source …
