Guergeiro / distributed-systems-2019

This repository contains our practical project for the class of distributed systems
https://cepos-e-mabecos.github.io/distributed-systems-2019/docs
MIT License
0 stars 2 forks source link

Switch without "default" clause. #14

Closed Guergeiro closed 4 years ago

Guergeiro commented 4 years ago

This rule enforces to use default case in every switch statement.

Rationale: