For further actions, you may consider blocking this person and/or reporting abuse
Read next
Why Shift Testing Left Part 2: QA Does More After Devs Run Tests
Signadot -
Variables and Data types in Rust: A simplified approach.
Aliyu Adeniji -
Deploying NestJS Application using Vercel and Supabase
Abayomi Olatunji -
Creating a Live Collaborative Editor with Next.js and Sockets.IO
Hamza Nadeem -
Top comments (3)
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.
The other day I lost a few hours because I'd typed the word
:message
, when I should have typed:Message
.Capitals and semi-colons will be the death of me