Open Weemies opened 5 years ago
In WeatherInfoCollection groupByMonth is public, and groupByYear is private. Should group by year be public as it is the kind of thing that would be useful if we are keeping extension in mind?
Good point, let's make them public full properties where get runs the associated LINQ
This could be applicable throughout.a
In WeatherInfoCollection groupByMonth is public, and groupByYear is private. Should group by year be public as it is the kind of thing that would be useful if we are keeping extension in mind?