what is the opposite of init (initialize)

Started by
55 comments, last by Ilici 18 years, 11 months ago
de-initialize?
Advertisement
I often use exit. Not very intuitive I know, but it's symmetrical. I like symmetry.

Otherwise I would say uninitialize.
isn't it
-Scoot
Quote:Original post by ScootA
isn't it
What do you call a pikey in a box?
Innit!

[Website] [+++ Divide By Cucumber Error. Please Reinstall Universe And Reboot +++]

I usually use Destroy() or Kill(). Sometimes I don't even use one as sometimes I just overload the delete keyword.
Rob Loach [Website] [Projects] [Contact]
I generally use Destroy, or Uninitialise.
If at first you don't succeed, redefine success.
The variety of responses is pretty interesting ... I use Init()/Shutdown().
h20, member of WFG 0 A.D.
I use Init(); Kill();
I've seen Init DeInit used a few times.
initialize and finalize?

This topic is closed to new replies.

Advertisement