Skip to content

Consider A Switch Statement Instead Of Multiple If Statements #106

@clauspruefer

Description

@clauspruefer

Problem

Multiple code segments still use multiple if statements where switch statements are the better choice.

Solution

Replace with switch statements

Remark

Due to small amount of if statements: priority low.

Already Implemented

  • /python/Index.py

Metadata

Metadata

Assignees

Labels

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions