Why Crappy Developers Are More Productive(medium.com) |
Why Crappy Developers Are More Productive(medium.com) |
Development is means to an end. The better you know your tools the more productive you'll be. Its true with anything.
That being said, one can also spend so much time writing "perfect" code that it misses the shipping date entirely.
I guess in the end you need to balance these priorities and hope you will have time for a refactor after the product has shipped.
I agree that their productivity will suffer in the long term (if their business lasts that long). However, my guess is that even the initial cut of the code will take longer to get right. Hastily-written crappy code may be faster to write, but it's probably going to take significantly longer to debug than clean, refactored code. And quick and dirty fixes on top of dirty code can frequently break more things than they fix.