Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
akatechis459yI think no feature should be so monolithic as to require 4 months of continuous dev time.
1. Break it down to smaller, more manageable, testable deliverables.
2. Use proper topic branches to avoid disrupting other smaller features.
3. Have UX testing with wireframes, rather than updating design documents and specifications after development has begun.
4. Enforce consistency with the rest of the application rather than developing everything as one off pieces.
It's been a $&it-show all around. -
Haha well definitely don't disagree with that, doesn't mean it doesn't happen because $&&)&(((!;!3&:$: reasons. 😩
-
Messer419ySame feature as in "we didn't have a design or idea of what we wanted" Or is it just a massive feature?
-
akatechis459y@Messer, both. We have a massive feature, we designed, but no one bothered to sit down and think about the UX implications, so now that we're about to release it, the main stakeholders/managers are bringing up issues with UX. Like getting rid of some screens, redesigning and merging others.
I've been developing the same feature for 4 months now.
undefined