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*.

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

Reply via email to