Tronald / CoordinateSharp

A library designed to ease geographic coordinate format conversions, and determine sun/moon information in C#
Other
364 stars 59 forks source link

Consider using flags / bitmasking enum for eagerload settings #72

Closed Naphier closed 5 years ago

Naphier commented 5 years ago

Not much of a problem when you only have 1 or 2 bools to set for eagerload settings, but as more coordinate systems get integrated it would be more concise to have flag enums. For example, new EagerLoadSettings(CelestialInfo | Cartesian);

I'd be happy to pick this up over the next week or so. Just tell me what branch to work it out in.

Tronald commented 5 years ago

I agree that this makes more sense as the EagerLoading options are growing. Feel free to work on it. Once we get 1.1.3.9 out I will make a branch to start working in.

Tronald commented 5 years ago

Added to next release Develop Branch