Enum and default initialization value

In a situation, when working on a project larger group of programmers sometimes difficult to keep people of obvious errors. Such a mistake is to forget about the default initialization of variables in the case enum. […]