473,396 Members | 1,799 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Final Year Software Project

Hi all,
I'm doing my FYP using csharp and MS Outlook to develope a plugin app.
My question isn't about programming as such, Its more about project
managment.
Does anybody have a good URL that could inform me on how to appraoch a
software development project?
There are two of us on the project, we are not computer science
students but Arts students who took IT as a joint degree along with
psychology.

I think the pure BSc IT class get lecturers in software project
development, we didn't!
This is not a grip though, its just my current context.

Any help would be welcome!!
Thanks in advance,
Kevin.
Dec 15 '07 #1
11 2234
Liz

"ITrishGuru" <kf******@gmail.comwrote in message
news:87**********************************@e6g2000p rf.googlegroups.com...
Hi all,
I'm doing my FYP using csharp and MS Outlook to develope a plugin app.
My question isn't about programming as such, Its more about project
managment.
Does anybody have a good URL that could inform me on how to appraoch a
software development project?
this is a pretty wild question; start here:

http://en.wikipedia.org/wiki/Project_management

http://en.wikipedia.org/wiki/Rational_Unified_Process

good luck; you're going to need it ....
There are two of us on the project, we are not computer science
students but Arts students who took IT as a joint degree along with
psychology.

I think the pure BSc IT class get lecturers in software project
development, we didn't!
This is not a grip though, its just my current context.

Any help would be welcome!!
Thanks in advance,
Kevin.

Dec 15 '07 #2
On Dec 15, 9:42 pm, "Liz" <l...@tiredofspam.comwrote:
"ITrishGuru" <kfrdo...@gmail.comwrote in message

news:87**********************************@e6g2000p rf.googlegroups.com...
Hi all,
I'm doing my FYP using csharp and MS Outlook to develope a plugin app.
My question isn't about programming as such, Its more about project
managment.
Does anybody have a good URL that could inform me on how to appraoch a
software development project?

this is a pretty wild question; start here:

http://en.wikipedia.org/wiki/Project_management

http://en.wikipedia.org/wiki/Rational_Unified_Process

good luck; you're going to need it ....
There are two of us on the project, we are not computer science
students but Arts students who took IT as a joint degree along with
psychology.
I think the pure BSc IT class get lecturers in software project
development, we didn't!
This is not a grip though, its just my current context.
Any help would be welcome!!
Thanks in advance,
Kevin.- Hide quoted text -

- Show quoted text -
Thanks I like the 2nd URL
Dec 16 '07 #3
Liz

"ITrishGuru" <kf******@gmail.comwrote in message
news:08**********************************@q3g2000h sg.googlegroups.com...
>this is a pretty wild question; start here:

http://en.wikipedia.org/wiki/Project_management

http://en.wikipedia.org/wiki/Rational_Unified_Process

good luck; you're going to need it ....

Any help would be welcome!!
Thanks in advance,
Kevin.- Hide quoted text -

- Show quoted text -

Thanks I like the 2nd URL
it's all kind of intuitive, common-sense stuff ... boring ... but it has its
fans ....

Dec 16 '07 #4

-----Original Message-----
From: Liz [mailto:li*@tiredofspam.com]
Posted At: Sunday, 16 December 2007 12:40 PM
Posted To: microsoft.public.dotnet.languages.csharp
Conversation: Final Year Software Project
Subject: Re: Final Year Software Project
"ITrishGuru" <kf******@gmail.comwrote in message
news:08bcd829-f8e9-494d-9c89-
80**********@q3g2000hsg.googlegroups.com...
this is a pretty wild question; start here:

http://en.wikipedia.org/wiki/Project_management

http://en.wikipedia.org/wiki/Rational_Unified_Process

good luck; you're going to need it ....
Any help would be welcome!!
Thanks in advance,
Kevin.- Hide quoted text -

- Show quoted text -
Thanks I like the 2nd URL

it's all kind of intuitive, common-sense stuff ... boring ... but it
has its
fans ....
I'll vote for the boring bit. It's probably OK, but I got bpred after
reading about one third of it.

Back in the olden days, there used to be the phrase "Super-programmer or
the Mongolian Hordes" when debating various project development
strategies.

I have always tended to the first approach (to a degree). Non-IT
management often think that the solution to a project which is behind
schedule is to throw more resources, ie programmers, at it, little
realising that they are making things worse.

My basic strategies are :
1. The project should be controlled by a god who makes the rules and
keeps the lid on programmers' egos.
2. A programming team should not exceed 10 people. If it requires more
it needs to be modularised.
3. Good programmers are better than bad programmers.
4. A project takes as long as it takes.
Dec 16 '07 #5
For a it project approach u can go in different ways, u already got
the tip about RUP (before u read through half of the dok, yoll fall to
sleep and newer wake again), the simple and not used (other than in
school) waterfall model.

Why not look at Prototyping , Agile, XP (not M$ windows, but Extreame
Programming)... google and u will find... nice for scool proj, and
they are nice for 2 programmers, 2 wills with one computer and one
program... but go light on the testing phase on that (agile wants
rigorus testing, automated) - otherwise you get stuck in describing
and writing code for test that this project dosent need, if its not to
be continued.

Just my thoughts. Maybe go with the God solution above, but why do God
need programmers.. Ohh, got it.. as someone said: anyone can make a
misstake but to really f*k it up you need a computer.

//CY
Dec 16 '07 #6


"ITrishGuru" wrote:
Hi all,
I'm doing my FYP using csharp and MS Outlook to develope a plugin app.
My question isn't about programming as such, Its more about project
managment.
Does anybody have a good URL that could inform me on how to appraoch a
software development project?
There are two of us on the project, we are not computer science
students but Arts students who took IT as a joint degree along with
psychology.

I think the pure BSc IT class get lecturers in software project
development, we didn't!
This is not a grip though, its just my current context.

Any help would be welcome!!
Thanks in advance,
Kevin.
The other discussion that is going on is well and and good. For just two
people on a project such as this, I think it is simple enough to itemize
targets, define components, divide the components amongst the two of you and
set estimated dates for these items. Divide the components so that they may
be independently developed and tested, and that one of the two of you is not
consistently waiting for the other to finish a component version.
Dec 16 '07 #7
On Dec 16, 1:02 pm, Family Tree Mike
<FamilyTreeM...@discussions.microsoft.comwrote:
"ITrishGuru" wrote:
Hi all,
I'm doing my FYP using csharp and MS Outlook to develope a plugin app.
My question isn't about programming as such, Its more about project
managment.
Does anybody have a good URL that could inform me on how to appraoch a
software development project?
There are two of us on the project, we are not computer science
students but Arts students who took IT as a joint degree along with
psychology.
I think the pure BSc IT class get lecturers in software project
development, we didn't!
This is not a grip though, its just my current context.
Any help would be welcome!!
Thanks in advance,
Kevin.

The other discussion that is going on is well and and good. For just two
people on a project such as this, I think it is simple enough to itemize
targets, define components, divide the components amongst the two of you and
set estimated dates for these items. Divide the components so that they may
be independently developed and tested, and that one of the two of you is not
consistently waiting for the other to finish a component version.- Hide quoted text -

- Show quoted text -
Great replys, thanks people.
I'm soaking all this up.
Dec 16 '07 #8
Liz

"Ian Semmel" <an****@rocketcomp.com.auwrote in message
news:712643DFB6E749219B6BC97DBCD4C1BF@DIMITY...
Non-IT
management often think that the solution to a project which is behind
schedule is to throw more resources, ie programmers, at it, little
realising that they are making things worse.
so does IT management .. sometimes even after reading "The Mythical Man
Month"
1. The project should be controlled by a god who makes the rules and
keeps the lid on programmers' egos.
I believe in the separation of church and code
3. Good programmers are better than bad programmers.
and ... 2 years of good experience is better than 20 years of bad experience
4. A project takes as long as it takes.
hard to sell that anymore; I just love it when I see these budgets that
say "1264 hrs programming time" ... lol ... not 1263? how can they tell?
Dec 16 '07 #9
Liz

"Lew" <le*@lewscanon.comwrote in message
news:KZ******************************@comcast.com. ..
"Ian Semmel" wrote
>>4. A project takes as long as it takes.

Liz wrote:
>hard to sell that anymore; I just love it when I see these budgets that
say "1264 hrs programming time" ... lol ... not 1263? how can they tell?
And not a very useful saying. "A project takes as long as it takes"
trivially, but it takes longer if you don't manage it properly, and in the
industry at large never gets there at all more than half the time.
There's no excuse for that.
but that begs the question of what it means to "manage it properly" and I
don't think anyone really has a suitable answer on that, notwithstanding all
the acronyms and verbiage which have appeared asserting the value and
validity of this or that method. It remains an art, to which some people
have added some good pointers and tips
Time estimates should include a range of uncertainty, e.g., "1300 hours
plus 50%, minus 33%"; not including such a range is dishonest. (See Steve
McConnell, /Rapid Development/, Microsoft Press.)
that may be honest (and it may not), but how useful is it? it comes down
to, it'll cost $1M to $2.2M and will take 5 months to a year ... sounds more
like a guess than an estimate; suppose you went down to the Exxon station
and the attendant said it'll cost $40-82 to fill your tank ... all depends
.... or your mortgage payment will be between $2000 and $4000 ... we don't
know

We are not managing projects so much as we are managing expectations ...
there is a HUGE difference
Use effective practices like test-driven development and much of the Agile
Programming methodology and you stand a much better chance of finishing on
the quick end of the time.
that's too late; understand the machine you are building, find the pain
points at the beginning and do POC ... if you can't, halt the work or call
it what it is: R&D
It is certainly not necessary to toss one's hands in the air and
sententiously intone, "It takes as long as it takes," giving up all
responsibility.
you can't do that ... but the other is a more sophisticated version of it
.... and full of "outs" in all cases; "we said 1300 hrs +50% on the upside
but that was before engineering demanded X, Y & Z features (and insisted
they were already in the spec)"


Dec 17 '07 #10

-----Original Message-----
From: Lew [mailto:le*@lewscanon.com]

"Ian Semmel" wrote
4. A project takes as long as it takes.

Liz wrote:
hard to sell that anymore; I just love it when I see these budgets
that
say "1264 hrs programming time" ... lol ... not 1263? how can they
tell?

And not a very useful saying. "A project takes as long as it takes"
trivially, but it takes longer if you don't manage it properly, and in
the
industry at large never gets there at all more than half the time.
There's no
excuse for that.
I'm not implying that projects should be open-ended, but more along the
lines that after applying all your experience and designing the project,
you come up with an estimate of X, only to be told by some marketing
person that this isn't satisfactory and that the product has been promised
in X / 2. They often won't accept that regardless of what might have been
promised, it is going to take X.
Dec 17 '07 #11
Liz

"Ian Semmel" <an****@rocketcomp.com.auwrote in message
news:678C28FDB59543749435986E0FA4AE73@DIMITY...
I'm not implying that projects should be open-ended, but more along the
lines that after applying all your experience and designing the project,
you come up with an estimate of X, only to be told by some marketing
person that this isn't satisfactory and that the product has been promised
in X / 2. They often won't accept that regardless of what might have been
promised, it is going to take X.
no, they don't .... and they get what they get ... give me a fraction of
the time needed, you get a fraction of the product desired ... all the S&M
team wants is "good enough" anyway; these are the same folks who were
seeking "team players who are passionate about their work" when they hired
you .... lol ....


Dec 17 '07 #12

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

11
by: Sridhar | last post by:
Hi, I am doing my undergrade CS course. I am in the final year, and would like to do my project involving Python. Our instructors require the project to have novel ideas. Can the c.l.p people...
193
by: Michael B. | last post by:
I was just thinking about this, specifically wondering if there's any features that the C specification currently lacks, and which may be included in some future standardization. Of course, I...
2
by: SemSem | last post by:
iam in the final year in computer scince department. i have to choose a project to work in all this year and at the final i have to give them the project and documentaion and live demo of what i...
13
by: ravi | last post by:
I am a final year computer engineering student i am looking for some good as well as tough project ideas in C/C++ Can anybody help me by giving their ideas Thanks in advance.
2
by: micangello | last post by:
i need ideas on what my final year project can be about i have studied 2 years of pure math (advanced calculus and algebra, topology, statistics..... ) i then switched ot computer science now...
2
by: micangello | last post by:
I im in my last year computer science,we have a final year project for Automating File systems..we're using C++ since we need to create classes for the inode and blocks and superblock ... etc... but...
6
by: truezplaya | last post by:
Hi all I am currently in the situation of deciding what to do for my final year project. I was wondering if any had already done such a project and if they could shed any light on the level of...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.