Search:

Type: Posts; User: laserlight

Search: Search took 0.50 seconds.

  1. Replies
    66
    Views
    11,792

    I think that is a great analogy. Those who start...

    I think that is a great analogy. Those who start with the little pieces, especially the corners and the sides, finish the jigsaw puzzle faster than those who attempt to finish it all at once, if the...
  2. Replies
    66
    Views
    11,792

    This contradicts your own statement that "It has...

    This contradicts your own statement that "It has also been 'ported' to work on 3 other poker sites, which store the data in different ways, some put one history in a file, some several, some spread...
  3. Replies
    66
    Views
    11,792

    Note that I did not ask whether the program was...

    Note that I did not ask whether the program was reusable. I asked whether the components are reusable. Trying to write a program to solve every possible future requirement is indeed a fruitless task....
  4. Replies
    66
    Views
    11,792

    The claims have been substantiated. You merely...

    The claims have been substantiated. You merely refuse to face the truth. "All you can give a lot of waffle basically."

    In a way, you have a strawman argument, since it is indeed


    Is it...
  5. Replies
    66
    Views
    11,792

    That's rubbish. Programs are different, but they...

    That's rubbish. Programs are different, but they have common characteristics in their requirements, design, development and maintenance (though these may differ depending on the exact area of...
  6. Replies
    66
    Views
    11,792

    Define "big project". Me too. ...

    Define "big project".


    Me too.


    Unfortunately, real world projects do not work that way. Even if you do not go with a full formal design up front, you still need to talk first and get the...
  7. Replies
    66
    Views
    11,792

    The reasons why global variables need to be as...

    The reasons why global variables need to be as rare as possible (or more accurately, as rare as feasible, since it is always possible to do without them, but it may not be practical to do without...
  8. Replies
    66
    Views
    11,792

    That is true, but such global objects should be...

    That is true, but such global objects should be rare in a well designed program. Note that global constants do not count here since they do not add state, hence it is easy to reason about them from...
  9. Replies
    66
    Views
    11,792

    We covered your first question recently in dark...

    We covered your first question recently in dark side of global variables.
Results 1 to 9 of 9