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
-
@Lensflare No, you don't always need to deliver software that is 100% tested and uses every design pattern ever, that's simply one of the decisions you have to make at the start of a project.
You have to consider development speed, development quality and feature completeness but can't have them all -
@alexbrooklyn Yes, but that's not what I meant to say at all. I wanted to say that this decision should be made by developers and not by the project manager.
-
@Lensflare Yeah, devs (whether senior or lead) should make that decision not the PM.
-
Magauw355yThe manager from the last project that I worked on had an swd background so he actually asked for us to set test even some tiny scripts that we would make.
I think that it depends on the work background of who's taking care of the project.
If the PM has background on managing civil contruction projects he'll probably skip the tests. Hehehe -
@Lensflare @alexbrooklyn The guys on the project previously just neither think it would be useful as originally the project was intended to be a very small thing only in use for a few weeks. And it grew slightly, was copied over to a different project of the same kind, then repeat that process 10x until two weeks ago when I finally started properly modularising it...
Now there even are some tests, at least for the core features.
But as you rightfully said, that decision wasn't really made by a pm. I just started adding tests without asking... Because I knew the answer if I would have asked.
And even if we only have 10 tests now, we already had a case where we found a regressen with it, so know I have a selling point for tests.
Related Rants
-
DeadInside53An entirely typical exchange at work: PM: How long would it take to build an application that collates Gubbl...
-
M-Arcus18Never let customers define the priority levels. It will end in: - Normal (never used) - High (used for small...
-
milkbytes6Unit testing be like "all tests passed"
Heard a fun quote from a project manager today:
"Naaah we don't need tests, that project is so small it wouldn't be worth it"
Seconds later: "Why does this keep breaking all the time and we only notice it once deployed?"
rant
tests
project management