erpc icon indicating copy to clipboard operation
erpc copied to clipboard

[FEATURE] In future match as switch can be used in python (started with python 3.10)

Open Hadatko opened this issue 3 years ago • 0 comments

Is your feature request related to a problem? Please describe. Currently conditiions are done by if...elif....elif.... Some code is redundant then. This can bring some transparency into code.

Describe the solution you'd like Example

Describe alternatives you've considered When two cases are same we can extend one condtion instead of creating two cases with same body

Steps you didn't forgot to do

[x] I checked if there is no related issue opened/closed.

[x] I checked that there doesn't exist opened PR which is solving this issue.

Additional context Add any other context or screenshots about the feature request here.

Hadatko avatar Feb 24 '22 22:02 Hadatko