mirror of
https://github.com/cosinekitty/astronomy.git
synced 2026-01-19 13:00:56 -05:00
It makes more sense to report Jupiter's moons with individually named structure fields rather than an array. It reduces the overall code and documentation size, and outside of unit testing, there are few cases where iterating over an array of moons is more lucid than using the names of the moons. This is a breaking change, but hopefully very few developers are using this function yet. Fixing the breakage is very simple.