All Questions
Tagged with engineering development-process
3 questions
4
votes
6
answers
609
views
Waiting until end of project to remove commented out code, remove unused code, and resolve compiler warnings
A co-worker of mine is working on project solo but would still like to have other team members review their code upon reaching certain milestones. Unfortunately, they also want to wait until the end ...
1
vote
2
answers
300
views
How can we use RFCs in closed source projects?
I really love the way open source projects use RFC as a tool to get feedback and ideas from the wider community. I've been especially noticing this over the years with the way Ember have been doing ...
21
votes
1
answer
53k
views
Can someone explain the V Model process? Why is it different than the Waterfall model?
It seems the V Model is just the Waterfall Model with the bottom half of the Waterfall bent upwards to form a V. I don't see how it adds anything new.
From the diagrams, I also don't understand the ...