Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Which Software development process model is the most used by current companies? [closed]

Tags:

processmodel

I have just completed my graduation in computer science.
Now I know about all software development process models i.e.

• Waterfall Model
• Spiral Model
• Iterative and Incremental Development
• Agile Development [I don't know much about this]

But I want to know which is used the most by new - current companies?
Is there any new model besides this, which is new and all don't know about it?

like image 964
Nitz Avatar asked Nov 28 '22 06:11

Nitz


1 Answers

I'd say by far the most widely used method is the "make it work now, make it good later" (later as in, either after you no longer work there or the product dies).

Is this the best method? Absolutely not. But you asked for the most widely used one.

like image 83
Earlz Avatar answered May 10 '23 07:05

Earlz