[progress Communities] [progress Openedge Abl] Forum Post: Re: Class And Delete Object Xxxxx

  • Thread starter Thread starter Mike Fechner
  • Start date Start date
Status
Not open for further replies.
M

Mike Fechner

Guest
So puristic J Just kidding. I share your PoV. But I also believe it’s absolutely essential for every OOABL developer to understand how/when the GC works. Von: David Abdala [mailto:bounce-dabdala@community.progress.com] Gesendet: Montag, 19. Dezember 2016 20:12 An: TU.OE.Development@community.progress.com Betreff: RE: [Technical Users - OE Development] CLASS and Delete object xxxxx Update from Progress Community David Abdala Garbage collection will "probably fix it", but.. I prefer to DELETE whatever I CREATE, so: do i=1 to 100 ON ERROR UNDO, THROW: oClass = new myClass(). . . FINALLY: DELETE OBJECT oClass. END. end. My recommendation: - Delete everything you create - Delete nothing anything in between is confusing. David. View online You received this notification because you subscribed to the forum. To unsubscribe from only this thread, go here . Flag this post as spam/abuse.

Continue reading...
 
Status
Not open for further replies.
Back
Top