http://qs1969.pair.com?node_id=471035


in reply to Re^2: Finding an intersection of two sets, lean and mean
in thread Finding an intersection of two sets, lean and mean

if you;re going to tell me that my code is wrong, show me why. That way, I can either fix my code or demonstrate how you misused it (or both). Don't just say "Uh, your code suxx0rs" and walk away. That's not how OSS works.

My criteria for good software:
  1. Does it work?
  2. Can someone else come in, make a change, and be reasonably certain no bugs were introduced?
  • Comment on Re^3: Finding an intersection of two sets, lean and mean

Replies are listed 'Best First'.
Re^4: Finding an intersection of two sets, lean and mean
by Sinister (Friar) on Jun 29, 2005 at 14:42 UTC
    Oh, I am sorry you spilled your drink while reading the first line of my reply and never got passed that same line.

    Let me quote myself:

    > I can't seem to figure out why this happens yet.
    > Your example should be perfectly legal. I know.
      > I can't seem to figure out why this happens yet.
      > Your example should be perfectly legal. I know.
      

      Want some help with that? Maybe I borked my code, but I'll never be able to tell you that until you give me the test you're using.

      Note - I didn't test my code. I literally typed it in and hit the submit button. In fact, I doubt I've ever run that code in my life. So, me borking it is very probable. But, I can't fix it unless you show me the failing test!


      My criteria for good software:
      1. Does it work?
      2. Can someone else come in, make a change, and be reasonably certain no bugs were introduced?