DEV Community

Robert Newton
Robert Newton

Posted on

What is your least favorite part of software development?

Top comments (3)

Collapse
 
kspeakman profile image
Kasey Speakman

Lease favorite: creating something that misses the mark. Especially when implementing a feature that isn't exactly what the customer wanted. Unfortunately, customers (and people in general) often don't know exactly what they want until they see it in action. So iteration is more-or-less normal. But I had rather do it once correctly, and I hate that I can't always.

One of the ways I try to ensure less iteration is to sit down with customers and walk through the scenarios to make sure I understand the business aspects of what we are trying to do. So when I'm coding, I can think about what business goals I am trying to accomplish not just the technical ones. I find this aligns the implementation much better to what the customer needs. This helps greatly, but mistakes can still slip through.

Collapse
 
ben profile image
Ben Halpern

The other day I lost a few hours because I'd typed the word :message, when I should have typed :Message.

Collapse
 
newtorob profile image
Robert Newton

Capitals and semi-colons will be the death of me