Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms (1)

38
votes
14answers
6k views

Where is Erlang used and why?

I would like to know a list of the most common application/websites/solutions where Erlang is used, successfully or not. Explaining why it is used into a specific solution instead of others ...
20
votes
11answers
1k views

What are the worst examples of moral failure in the history of software engineering? [closed]

Many computer science curricula include a class or at least a lecture on disasters caused by software bugs, such as the Therac-25 incidents or Ariane 5 Flight 501. Indeed, Wikipedia has a list of ...
5
votes
22answers
1k views

What are the best resources for designing user interfaces? [closed]

Specifically, what are some GUI resources on the web based on case studies that suggest best practices on a scientific basis rather than a subjective one?
3
votes
3answers
40 views

What's the case that requires nested transaction?

Even a transaction is nested, it won't be updated until outmost transaction commits. So what's the meaning of nested transaction and what's the specific situation that requires the feature?
3
votes
4answers
4k 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 know of anywhere I can ...
3
votes
2answers
61 views

Empirical Data on Refactoring?

Are there any empirical studies that show the impact of refactoring (or lack of refactoring) on a development team's productivity? (NOTE: I'm only looking for empirical data--From my own experience, ...
2
votes
4answers
373 views

Where have you used gSOAP?

Can you give examples how you used gSOAP and how well it was integrated in your existing architecture? Have you found development bottlenecks with gSOAP?
2
votes
1answer
557 views

Studies on the impact of well-designed websites on business

Are there any studies on the impact of websites in general or well-designed websites for businesses? By well-designed, I mean highly functional, accessible, and usable websites - along the lines of ...
1
vote
2answers
36 views

Studies involving the looks of software

Have their been any studies related to the importance of how good a software looks in terms of perception or saleability? I have a feeling this is much more important then people give it credit for, ...
1
vote
3answers
298 views

What XML books do you recommend?

XML is everywhere - I am looking for a book that would summarize some key aspects of practical use of XML with possible problems and solutions not a "XML bible" thing. Thanks for feedback in ...
0
votes
1answer
282 views

Case Study Scenarios to Practice Oracle SQL and PLSQL?

Are there any good websites available with Situational Examples of real world,which use some or the Other SQL concepts in Oracle or any other Database. Main Requirement of my question is: To practice ...
0
votes
0answers
28 views

Is there a case study on refactoring an existing .NET app to use interfaces? [closed]

Possible Duplicate: Case study on refactoring an existing .NET app to use interfaces? I am looking for a case study or tutorial on how to take an existing .NET app which doesn't use ...
0
votes
1answer
51 views

Looking for discussion or literature on WordPress as a software engineering project

Over the last few months I've had a gig working on a modified WordPress installation. My initial reaction to the codebase was disdain, one that I suspect many web application developers might share: ...
0
votes
1answer
189 views

PostgreSQL Full Text Search case study?

Is there any case study available of any project that uses PostgreSQL 8.3+ Full Text Search on a large amount of data?
-1
votes
1answer
38 views

Case study on refactoring an existing .NET app to use interfaces? [closed]

I am looking for a case study or tutorial on how to take an existing .NET app which doesn't use interfaces and refactor it to using interfacing. The before case where programming was against ...
-1
votes
1answer
252 views

Case Study in java

Could anyone provide me information where I can find the case study for java coding and design practice. Basically looking for a case studies which resemble to the real time application like pet ...