Tagged Questions

2
votes
6answers
128 views

When is each sorting algorithm used?

What are the use cases when a particular sorting algorithm is preferred - merge sort vs quick sort vs heap sort vs introsort, etc? Is there a recommended guide in using them based on the size, type of …
0
votes
2answers
93 views

Use case diagram question

I'm doing a use case diagram for taxi booking system. Below is the link to the use case diagram: http://img260.imageshack.us/usecasediagram.jpg/ I’m not sure if I need to include customer (actor) in …
0
votes
3answers
309 views

What’s is the difference between include and extend in use case diagram?

What's is the difference between include and extend in a use case diagram?
0
votes
3answers
105 views

Use Cases With ‘Time’ As An Actor

What are the best practices for using use cases to model system behavior that is executed periodically based on a schedule (rather than executed as a direct result of an explicit user interaction)? …
0
votes
0answers
40 views

In a Use Case Description Document, how do we describe the include relationship with another use case.

In a Use case diagram, we can show the include relationship, but if we have to express the same in the description document, how is that to be done?
3
votes
3answers
790 views

Opinions regarding ‘Case Complete’ or Use Case software competitors

Have you had any good/bad experiences with Case Complete? Are there Use Case creation products like it that you would recommend? Thank you
2
votes
9answers
278 views

RSS/Atom for professional use

I wondered if anyone can give an example of a professional use of RSS/Atom feeds in a company product. Does anyone use feeds for other things than updating news? For example, did you create a product …
2
votes
3answers
337 views

Good Samples of Software Development Use Cases

Is there a repository on the web with good sample Use Cases for Software Development projects? I'm really not looking for a template. I'm actually looking for a document which is a good sample that …
5
votes
1answer
312 views

Is it possible to embed Cockburn style textual UML Use Case content in the code base to improve code readability?

experimenting with Cockburn use cases in code I was writing some complicated UI code. I decided to employ Cockburn use cases with fish,kite,and sea levels (discussed by Martin Fowler in his book …