|
|
|
|
|
by onion2k
2383 days ago
|
|
I have a saying that I use to annoy my boss when he demands things are done too quickly: "Why do it right when you can do it twice?" That's what you're doing. Slow down. Spend more time planning what to build, discussing what the acceptance criteria mean, designing your code, writing tests, thinking about your data structures, etc. It'll feel like your velocity is taking a hit but the fact you no longer have to do the work twice will likely mean you're actually delivering features much faster. |
|