How to design and organize a project?
-
I have recently been hired for a job as a Bukkit plugin developer for a gaming website. As the projects become larger and more complicated, I am finding it more and more neccassary to carefully design the components of my project before I begin coding. I am having difficulty deciding which components I should begin designing and coding first. I ask myself questions like "Should I start with the config, or the listeners, or maybe the I/O layer?". Here is my question: How do you as professionals organize your project components and decide which components require the most attention?
-
Answer:
I will answer this question not from the perspective of SW engineering but rather scheduling. Obviously, there is some SW design build method you ought to follow but there are some considerations around scheduling that is true no matter the type of project, but that you need to equally consider along with the SW method. First, sequencing of work is dictated by the logical work flow, meaning work A needs to occur before work B in all cases. Think: you cannot paint your wall until you hang the dry wall, which cannot be done until you framed out the room. This type of sequencing comes first. Second, you have another issue with resources doing the work, either human or materiel, or tools. A person doing work A cannot do work B at the same time, so these are sequenced accordingly. It is not a hard sequence as you have some choice. Third, you have soft logic built into your sequencing, which means you are simply choosing a sequence. In the schedule, you would create a dependency, even though it is a soft dependency. You have options and play with the second and third type of sequencing and here is where the analysis begins. While we put hard numbers in the schedule in terms of hours, days of duration, and resources, the work is actually probabilistic in a very random way, called aleatory uncertainty. So, based on the estimated logic you created against the work, you can model different sequencing scenarios that provide you with the best case in terms of lower risk. If you alter sequencing for the second and third types, you can materially change your risk posture, creating the most buffer within the work, thus minimizing the critical path. Each project is different so there wouldn't be an answer from a scheduling perspective that would say, do this before that all the time. It is an analysis that would be done for each project during planning and replanning stages. From a PM perspective, hope this helps.
JavaCodeBuilder at Project Management Visit the source
Related Q & A:
- How to organize a menu?Best solution by User Experience
- How do you convert an Android project to a maven project manually?Best solution by Quora
- How to organize a benefit?Best solution by Yahoo! Answers
- How to organize a backpack?Best solution by eHow old
- How can I organize a fundraiser for a horse rescue through my school?Best solution by animalsheltertips.com
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.