Search results

  1. A

    Introducing myself

    Thanks. I never heard this expression... what does "That's quite a long left" mean?
  2. A

    OpenArgs (my) class way

    I still don't see your point. Releasing pinters takes seconds. Trying to avoid/looking for circular references, implicit circular references etc. can take A LOT of time and experience. What's the added value in it? What's SO wrong in setting a pointer to nothing?
  3. A

    OpenArgs (my) class way

    Thanks for contributing to the discussion. I perfectly know I don't "destroy" anything, and it's just a pointer release. "Destroy" is just a word I often use in place of "releasing a pointer" because I find it more satisfying, and I'm sorry if you felt offended by that. Are you a member of some...
  4. A

    OpenArgs (my) class way

    Well, isn't it a form of garbage collection?
  5. A

    OpenArgs (my) class way

    I thought so. But I usually iterate and destroy all the items before destroying the container object. After all, if we really trusted the garbage collector, we wouldn't even consider destroying the container object... :)
  6. A

    OpenArgs (my) class way

    John, I have a question you can probably answer. Suppose I have an object, say a collection. Each item in the collection is another object (e.g. a reference to a form or a control, or another collection). In terms of "cleaning up", is it enough to set the collection to nothing, or is it...
  7. A

    OpenArgs (my) class way

    Glad to know I'm not the only one preaching this concept... :)
  8. A

    Introducing myself

    Hi all. My name is Alessandro Grimaldi. I have been a computer programmer since 1985, and VBA developer since 1998, specialized in MS Access. I have a solid international experience, having worked several years for the United Nations in Afghanistan, Ethiopia, North Korea, Austria, Italy, and for...
Back
Top Bottom