curious about ctx-edit initialisation
[1/2] from: brett:codeconscious at: 20-Aug-2001 13:47
I was looking at ctx-edit and noticed that it is a block but later is an
object. The object is created from the block when the "editor" function is
called.
I was wondering what reasoning/advantages there was by leaving ctx-edit as a
block until required.
Ideas?
Thanks
Brett.
[2/2] from: arolls::bigpond::net::au at: 20-Aug-2001 14:35
I would say mainly memory use, and a bit of time
to construct the object.