Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. GARooke

    Redundant if statements

    Two comments: Why do you WANT to get the best performance around? Do you NEED the best performance around? Dont optimise unless you have to! I'm not 100% sure of the structure that you describe, but I'm a bit worried. Bertrand meyer introduced the concept of a 'programmer's contract', where...
  2. GARooke

    Where do you use Interfaces.

    I'm looking at general design, largely for java and possibly C++. These do have abstract classes because they are more OO. Why is defining static variables an abuse? Gil
  3. GARooke

    Where do you use Interfaces.

    There was an interesting discussion below about what the benefits of interfaces are. I can see all of those, and the answers were very helpful to me. However, I'm not sure where they should be used. Do you need an interface, between every class? I dont like that thought but I could be wrong...
  4. GARooke

    Thoughts on Class to ERD

    I assume you mean "Classes in a Class Diagram", not State Diagram. Select Enterprise and Rational Rose both provide automatic conversions between the two. They use fairly standard rules. There is some hand crafting during the conversion if your classes are not 'well normalised', but...
  5. GARooke

    UML Analysis structure

    Getting close. Different people have different ideas, but I believe you need: Use Cases - close to user requirement - needed for: Users to understand what is happening Testers to see what User Acceptance tests are needed Developers, to get dynamic understanding of class diagram...
  6. GARooke

    Questions of use case

    Differences of Opinion ---------------------- Lets try to cool the flame first. Within the framwork I have experience of, your concept IS misleading. However, I carefully used the word 'I think' because I appreciated that there are other views. I never said or even implied that you 'knew...
  7. GARooke

    Questions of use case

    I must warn about the last post, as i think it is misleading. I am also doubtful about the first one and also your question. Wow :-( I have said it in the other forum, dont think about requirement and functional specs when talking UML. You define a business process as a sequence of activities...

Part and Inventory Search

Back
Top