ErythroGuild / irene

<Erythro>'s server admin bot.
Mozilla Public License 2.0
0 stars 0 forks source link

Check that all API contracts only guarantee general interfaces #287

Open Ernest314 opened 2 years ago

Ernest314 commented 2 years ago

e.g. returning an IList<> (or maybe even a ReadOnlyCollection<> instead of a List<>.

Ernest314 commented 2 years ago

This includes public properties.