Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: Starting a Large Project

by Ryszard (Priest)
on Feb 12, 2002 at 02:08 UTC ( [id://144760]=note: print w/replies, xml ) Need Help??


in reply to Starting a Large Project

A few points off the top:
  1. Scope the project - on paper
  2. Meet with the stakeholders, get them to sign off on the scope
  3. Develop a plan, include design time, coding time, QA time, implementation time. Add extra fat to your timeline, becuase you'll need it.
  4. Once you have the conceptual design on paper, meet with the stakeholders - get them to sign it off.
  5. From the Concept design go on to write a detail design, (I use UML because its just so damn easy to learn and is very visual which suits me well)
  6. Submit your detail design to peers get them to read over your proposal and make comments.
  7. From the detail design talk with the stakeholders and make them understand how your project will run at a detail level. You dont have to go over the whole lot, just enuff to give them confidence in you. Get them to sign it off.
  8. Develop a prototype. At this point you can start coding. Put your basic business rules into code. With the meat of your apps, you can write stubs such as "Update the inventory here.\n"
  9. Show the prototype to the stakeholders, make sure they understand how things are being done.
  10. Develop meat. Add all the core functionality.
  11. Present developed app to stakeholders. They've signed this off, so they'll want to see the finished product before production. Compare your app to the signed off concept design/detail design.
  12. QA before a production implementation. You should *always* send something for QA. They'll test your app against a detail design, and do a bunch of other things like 'break testing', UI testing (if there is one) etc etc..
  13. Regular meetings. you need to show you are willing to communicate the status of the project. Even if the meeting is short, you should always communicate.

There are of course lots of detail missing such as documenting your unit tests, usability testing, requirement gathering etc, however depending on the your definition of 'large' they may or may not be important.

You may have noticed lots of 'sign off' comments. this is important for a few reasons:

  1. It demonstrates you are communicating with your stakeholders, (builds/ maintains confidence in you)
  2. They are getting exactly what they want, and you have proof. If they want something added toward the end of othe project, it should become a part of 'Phase II'
  3. CYA, CYA, CYA :-)

In reality however, things never seem to go to plan. You may not be able to communicate with the stakeholders effectively, they may impose a 'vital' bit of functionality at the end, you may not have peers willing/available to comment on your design.

If you follow some basic guidelines, communicate with the stakeholders, be honest about the status, you should be cool. Remember doco, its the most boring part of a project, but one of the most important parts. When you leave your job, someone else will need to know how/what you've done.

Goodluck!

Replies are listed 'Best First'.
Re: Re: Starting a Large Project
by defyance (Curate) on Feb 12, 2002 at 02:16 UTC
    Wow, such an awesome response, I'm printing all of this off for a refrence. Its amazing how willing you all are to open up ideas and suggestions to us not so "Experienced" persons. Thanks!!

    -- Yes, I am a criminal. My crime is that of defyance.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://144760]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (5)
As of 2024-03-28 20:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found