10 Worst Habits of Software Developers


Bangalore: Software developers will agree to the fact that writing great software is not a difficult task. But the developers become their own enemy when they use wrong practices in an attempt to code good stuff .

Worse than that is the demand from an eager manager who tries to deliver a project faster than possible and pushes developers to engage into ill-advised practices.

Let’s look at some of the common ill-practices that can result in wholesale disaster:

10. Go even a day without writing a unit test

Developers spend a lot of time in details like the difference between a unit test and a functional test. In fact, what matters actually is to have good coverage and tell when a code breaks. Also you should have a good starting point to run code and set a breakpoint in the debugger. They should concentrate on this rather as tests are good expressions of your requirements.

 

More: 10 Programming Languages That Can Redefine IT