LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   what are the essential stages in project management ? (https://www.linuxquestions.org/questions/programming-9/what-are-the-essential-stages-in-project-management-4175584708/)

Ashish Bisht 07-15-2016 05:27 AM

what are the essential stages in project management ?
 
I am a developer.I have been searching for essential stages in development projects. I have searched alot of forums but didn't get the answer. I hope any tech developer can help me in resolving the issue.

pan64 07-15-2016 05:40 AM

No. I mean there is no general answer. It depends on a lot of things, like: size, functionality, safety, type of customers (like companies or individuals), the used hardware, complexity and also several other aspects should be taken into account...

NevemTeve 07-15-2016 06:52 AM

(The only stage I know that is present in every project is headless panicking.)

danielbmartin 07-15-2016 07:29 AM

A humorous (and cynical) list, copied from
https://en.wikipedia.org/wiki/Six_ph..._a_big_project

1) Enthusiasm
2) Disillusionment
3) Panic and hysteria
4) Hunt for the guilty
5) Punishment of the innocent
6) Reward for the uninvolved

Daniel B. Martin

sundialsvcs 07-15-2016 08:01 AM

There are entire books on software project management ... one was written by a friend of mine ... but almost none of them seriously take on the intrinsic complexity of software. (My friend's e-book, Managing the Mechanism, is based on the critical observation that computer software is, in fact, "an autonomous machine.")

A project manager's role is often to facilitate communication, both within the team(s) and between the team(s) and the sponsoring organization.

Habitual 07-15-2016 08:34 AM

We had exactly the same problem. So I installed Redmine and made that a project.

dugan 07-15-2016 02:06 PM

Quote:

Originally Posted by Ashish Bisht (Post 5576351)
I am a developer.I have been searching for essential stages in development projects.

That's a big question. Here's the overview:

https://en.wikipedia.org/wiki/Softwa...opment_process

Most lists include the following:
  1. requirements gathering
  2. implementation
  3. support

sundialsvcs 07-17-2016 09:46 AM

... but also:
  • Impact on existing systems.
  • Assessment of business risk.
  • Assessment of business-risk assessments ...

bigearsbilly 07-18-2016 02:15 AM

common sense :)

Ashish Bisht 07-19-2016 04:46 AM

Thank you everyone for valuable suggestion.

Habitual 07-19-2016 06:45 AM

Quote:

Originally Posted by danielbmartin (Post 5576394)
A humorous (and cynical) list, copied from
https://en.wikipedia.org/wiki/Six_ph..._a_big_project

1) Enthusiasm
2) Disillusionment
3) Panic and hysteria
4) Hunt for the guilty
5) Punishment of the innocent
6) Reward for the uninvolved

Daniel B. Martin

5) Mistakes were made, the innocent will be blamed.?

Habitual 07-19-2016 06:59 AM

Quote:

Originally Posted by Ashish Bisht (Post 5576351)
I am a developer.I have been searching for essential stages in development projects. I have searched alot of forums but didn't get the answer. I hope any tech developer can help me in resolving the issue.

And answer to what?
Your g00gle.fu could use some work.
https://www.google.com/#pws=0&q=esse...pment+projects

that's "essential stages in development projects" (your apparent question, no quotes) at g00gle and found enough to give you a good start.

And some advice:
Project Management is not an Android "thing.".
Any body can learn "Project Management", but the pending question is "Are you organized?".

It is its own entity. Distinguished from every other skill one could hope to possess.
I have to "re-think" my "Project Management" almost yearly. But I just geek out over
namespaces in my wikis.
Good thing I'm also somewhat organized.

zim-wiki for your own personal "Project Management" of Project Management topics.
dokuwiki for the front-end.
</opinion>

rtmistler 07-19-2016 07:00 AM

Quote:

Originally Posted by Ashish Bisht (Post 5576351)
I am a developer.I have been searching for essential stages in development projects. I have searched alot of forums but didn't get the answer. I hope any tech developer can help me in resolving the issue.

I'm not sure that I've seen evidence that you are a developer or that you've searched or reviewed any references. You're asking repeated, insufficient questions on the forums. Suggest you refrain from that practice, it merely wastes time, yours and ours. We may offer some "first level" suggestions, but given unclear questions, we'll usually challenge them, some will offer a bit of humor, so while we'll have a bit of a laugh, the bottom line is if you are serious then you should approach this seriously an illustrate your thinking on these topics other than "someone tell me the answers because I'm asking politely ..." tactic.

sundialsvcs 07-19-2016 09:08 AM

One thing that my friend's e-book really pointed out was that "conventional" project-management techniques really don't apply to software, because software is "a machine." It is not a human process: it is an automaton. Either the set of instructions given to the computer is entirely complete and correct, or it is not. Ordinary project-management stratagems are not prepared to deal with that.

When "physical machinery" is built, rigid controls on project management and execution are followed. But physical machinery has a very limited degree of internal complexity. The internal complexity of a software machine, on the other hand, is "infinite."

Software projects are often pragmatically done "by the seat of the pants," using "the cheapest labor possible." The failure is pre-ordained.

bigearsbilly 07-20-2016 01:51 AM

Quote:

Originally Posted by sundialsvcs (Post 5578248)

Software projects are often pragmatically done "by the seat of the pants," using "the cheapest labor possible." The failure is pre-ordained.

yep, that sounds like most of the project management I've ever come across in my long experience.


All times are GMT -5. The time now is 02:33 PM.