Description:
Switch statements should not have more than 256 cases. Some processors have specialized hardware instructions that can take advantage of the presence of less than 256 switch cases to optimize code. It is useful to use this rule therefore.