remove outdated point about missing switch statements

This commit is contained in:
LordMZTE 2022-06-12 16:58:49 +02:00
parent 53309a5fb4
commit 2519235497
Signed by: LordMZTE
GPG Key ID: B64802DC33A64FF6
1 changed files with 0 additions and 1 deletions

View File

@ -27,7 +27,6 @@ title = "Why python is a bad language"
{{ sec_header(name="Lacking Features") }}
- Lambdas are a poorly implemented afterthought.
- There is absolutely no `switch` statement or anything along those lines, leading to absolutely **HUGE** `elif` blocks!
{{ sec_header(name="Intepreter") }}
- Intepreters lead to runtime errors which could otherwise be detected at compile time. This often causes bad errors to make it into production due to untested edge cases.