5
votes
11answers
131 views
How to avoid “bad” requirements
I frequently hear "X% of software project fail due to bad requirements". The X in that statement has ranged from about 70 to 95. However, I seldom hear how requirements go bad. …
0
votes
7answers
86 views
Should latest programming languages be introduced in colleges
College students pursuing their engineering in computer science are not being exposed much to the present day programming languages. The only understanding they have about these la …
2
votes
4answers
76 views
Successful projects using the Waterfall model?
I'm trying to find information on projects which used the Waterfall software development model, and benefited from it. Unfortunately, I can't seem to find anything. Does anyone kno …
0
votes
4answers
55 views
Amazon architecture
Hi.
I'm doing a report with the theme "Amazon Architecture".
I need to explain how Amazon works internally. For instance, they uses an ESB to communicate with all suppliers.
How …
16
votes
10answers
463 views
How to keep an Engineering Log
I've tried several methods of keeping a log of my day-to-day activity when writing code. None of them really worked all that well. Here's what I'd like to have:
automatic times …
0
votes
3answers
69 views
What exactly changes when a software is to be upgraded from windows xp -> Vista -> Windows 7
Hello,
I guess
Win32 API
MFC
.NET
Java (is also managed)
are "the only" ways of making windows applications.
Please mention if there are some other ways through which we can b …
1
vote
2answers
33 views
Software Project Management Templates
I am looking for the “Software Project Management Templates” such as the following: In our organization we don’t have these, yet.
Issue Log
Risk Register
Change Log
In our orga …
5
votes
13answers
276 views
How much percentage of your day would you like to spend on writing Documentation as Software Develoeper ?
How much percent of time do you spend on documentation per day as software developer and ideally how much time should given to documentation ?
1
vote
2answers
34 views
How to save secure / meta information into a file?
Hello,
I have somethings to store some data. Some of it information about how I'm implementing and other is some secure info like passwords,Activation code.
Now how do I store th …
11
votes
21answers
541 views
What is your most useful technique for finding (or preventing) bugs?
I'm wondering from your experience, what is the most useful techniques for finding (or preventing) bugs? Or to ask this another way, how do rank these techniques in your own exper …
-1
votes
1answer
59 views
Creating spec documents [closed]
I need to create a program specification document for an application that generates invoices for a clothes retailer. Do you have any suggestion on how to start creating this spec d …
-2
votes
3answers
70 views
What is ‘Form and Report Design’ in Software Engineering?
What is 'Form and Report Design' in Software Engineering?
6
votes
11answers
228 views
Java: When to make methods static v. instance
I have a Gene class that keeps track of genes. Gene has a method for calculating the distance between two genes. Are there any reasons to make it static?
Which is better?
public …
4
votes
5answers
114 views
Software Development Methodologies Studies
Hello everybody,
I spent a couple of hours to find any up-to-date figures regarding the share of software development methodologies such as Waterfall, RUP or Scrum but could not f …
3
votes
8answers
340 views
What is F# being used for? [closed]
Possible Duplicate:
F# - What are you using it for?
There are some nice tutorials around, but what I'm wondering is, is it worth learning it if you are already good at C#? …
