Mary Gardiner wrote:
On Thu, Jul 24, 2008, Adelle Hartley wrote:
Run-on dereferencing - "SelectedCustomer.Country.Currency.ExchangeRate"

Is it normal? From what I've seen of other people's code, it's not all that common.

I tend not to use it only because every time I try I tend to at some
later point need to do some debugging or extra computations that involve
the value of SelectedCustomer.Country.Currency or
SelectedCustomer.Country and tend to pull the expression back apart as
my code progresses and stick each thing in a variable.

I'm not sure if it's uncommon but it's certainly not *remarkable*.

I don't think anything I do is truly remarkable. You've certainly answered my question. Maybe I've just being hanging out with wrong crowd.

Adelle.

_______________________________________________
coders mailing list
coders@slug.org.au
http://lists.slug.org.au/listinfo/coders

Reply via email to