Re: del_, delete_, and properties
Laurent Dube <[email protected]>
| Newsgroups | gmane.comp.lang.prothon.user |
|---|---|
| Organization | DEI |
| Message-ID | <[email protected]> |
Mark Hahn wrote: > The finalizer method name, which should not be used very often, if at all, > will be finalDel_. In that case, stay away from the work delete altogether. Use an opposite of init, such as kill, destroy or terminate. Laurent Dube