Y
Hacker News
new
|
ask
|
show
|
jobs
by
aprdm
1354 days ago
You can configure vscode to fail on typing problems and it will show errors in your editor
1 comments
peterashford
1354 days ago
So that's an IDE feature rather than a language level feature
link
aprdm
1354 days ago
Nope, that's a language level feature. Your code will also fail at runtime. The IDE is just turning it on.
link
meadsteve
1354 days ago
I don't think that's how it works. Unless you install a library like typeguard python doesn't do runtime type validation
link