Re: del_, delete_, and properties
"Mark Hahn" <[email protected]>
| Newsgroups | gmane.comp.lang.prothon.user |
|---|---|
| Message-ID | <[email protected]> |
Laurent Dube wrote: > 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 word delete altogether. I must agree because when I actually got around to typing it into the code, I went with final_ which is short for finalization which is the opposite of init_ which is short for inititialization. I like this a lot. > Use an opposite of init, such as kill, destroy or terminate. Do you play a lot of video games :-)