Should you code well or code fast?
11–20 of 29 posts
Re: Should you code well or code fast?
#12When your code sucks or you intentionally code fast you end up adding tons of things that will drag you over and over again. And unavoidably you'll end up asking yourself "why didn't I code well. I would have ended up much faster".
Re: Should you code well or code fast?
#13Re: Should you code well or code fast?
#14Though worse code benefits the most by having well-enough made Comments.
Re: Should you code well or code fast?
#15This wasn't a very good essay. The closing line sums up its problem: "We need to complete quality work in the shortest amount of time possible." Why, yes, I would like a double helping of pablum! Thank you for offering. You know, before now, I thought it was best to complete quality work in the longest time possible. Sarcasm aside, the most telling line was this one: "If the project is for a three-month campaign that…
I've seen so many systems built quickly with time-to-market in mind, only to falter a few years later when the team can no longer safely make changes.
The irony is that they lose their hard-won market share while they re-write the system.
Re: Should you code well or code fast?
#16Re: Should you code well or code fast?
#17Slow is smooth and smooth is fast
Re: Should you code well or code fast?
#18Answer: learn to do it the right way and you'll end up coding faster.
Re: Should you code well or code fast?
#19The best developers I know have the experience to know when each is required. Getting the right balance between speed and quality is one of the things I find hugely valuable in a developer, usually more so than their maximum coding speed or maximum output quality.
Re: Should you code well or code fast?
#20When a question asks whether to do A or B, you know the answer is: "it depends" Just use your brain, use your judgement on the result, make a decision, iterate.