Y
Hacker News
new
|
ask
|
show
|
jobs
by
shadowgovt
619 days ago
Having your linter catch `except:` is both simpler and cleaner than changing the language.
1 comments
dtech
619 days ago
Deprecating without removing ever seems reasonable
link
shadowgovt
618 days ago
How does deprecation without removal differ from a best practice?
All features of a language end up used, regardless of deprecation state.
link
dtech
618 days ago
I steers people who don't know better away in numerous ways, e.g. most editors with language awareness will give some kind of visual indication like a strike-trough.
link