Re: VB 6.0 Desktop - Global Variables
- From: "Harvey Triana" <harveytriana@xxxxxxxxxxx>
- Date: Wed, 8 Feb 2006 09:18:16 -0500
"isicoder" <isicoder@xxxxxxxxxxxxxxxxx> escribió en el mensaje
news:eCAv38ALGHA.668@xxxxxxxxxxxxxxxxxxxxxxx
Why should we minimize the use of global variables? Is it worth the
effort to enable cross form communication? Is it quicker and smaller
code?
Thanks,
With global variables, code will is less readable and so harder to maintain.
So, the performance of global variables are slower than local variables.
Why? the extra-logic work that compiler has to do.
--
<Harvey Triana />
.
- Follow-Ups:
- Re: VB 6.0 Desktop - Global Variables
- From: J French
- Re: VB 6.0 Desktop - Global Variables
- From: MikeD
- Re: VB 6.0 Desktop - Global Variables
- References:
- VB 6.0 Desktop - Global Variables
- From: isicoder
- VB 6.0 Desktop - Global Variables
- Prev by Date: Re: common dialog pathname
- Next by Date: Re: how to open autocad file from vb application??
- Previous by thread: Re: VB 6.0 Desktop - Global Variables
- Next by thread: Re: VB 6.0 Desktop - Global Variables
- Index(es):
Relevant Pages
|