Pjeckowski / StarWarsAPI

Simple REST API for managing StarWars characters
0 stars 0 forks source link

Missing initialization of collection property. #8

Open opty-net opened 3 years ago

opty-net commented 3 years ago

https://github.com/Pjeckowski/StarWarsAPI/blob/8fa85a80f45c8a326ec4484430434912c8c487d7/StarWars.Web.Contract/EpisodeWithCharactersDTO.cs#L7

opty-net commented 3 years ago

It is a good habit to initialize collection properties so that we don't need to check if they are null.