1 step or many lines?
- From: Ant <Ant@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 23 Aug 2005 18:31:02 -0700
Hi,
I'm wondering how most developers think when coding with regards to steps of
code. Is it best to have as much done as possible on one line, making the
code faster, or is it better to break it up a bit so that it's more readable
& easier to debug? As a simple example, concatinating strings, or setting up
an ADO object in code. For that matter, is it best to set as many properties
using the properties box instead of in code? Does this also increase code
efficiency?
Thanks for your ideas
Ant
.
- Follow-Ups:
- Re: 1 step or many lines?
- From: Phill. W
- Re: 1 step or many lines?
- From: MikeD
- Re: 1 step or many lines?
- From: Bob Butler
- Re: 1 step or many lines?
- Prev by Date: MULTIPOST Was(Re: MS JET database engine error: workgroup information file is missing or opened exclusively by another user)
- Next by Date: Re: 1 step or many lines?
- Previous by thread: MULTIPOST Was(Re: MS JET database engine error: workgroup information file is missing or opened exclusively by another user)
- Next by thread: Re: 1 step or many lines?
- Index(es):
Relevant Pages
|