Re: Records that could be arrays



Hi,

Justin Gombos wrote:

I have set a rule for myself: Composite types composed solely
of one type of element should be declared as arrays rather than
records.
....
Thoughts?

I think it depends on the meaning of "type". The three floating
point numbers in a polar coordinate system are of three
different _kinds_ and should be put into a record and not into
an array -- even if they have the same _type_.

Wilhelm

.