←back to thread

333 points steveklabnik | 1 comments | | HN request time: 0s | source
Show context
gurgeous ◴[] No.45035053[source]
I am so excited about this!! Ruby tooling is already pretty good, but we can do better. I will try to contribute. Now we just need types
replies(2): >>45035149 #>>45040884 #
dismalaf ◴[] No.45035149[source]
Please no types... They're worse than pointless for a dynamically typed language.
replies(5): >>45035235 #>>45035294 #>>45035575 #>>45035612 #>>45040464 #
GrantMoyer ◴[] No.45035235[source]
Pyright catches an awful lot of dumb mistakes I make in Python.
replies(1): >>45035739 #
1. notpushkin ◴[] No.45035739[source]
Sidenote, but you might also want to give basedpyright a try (basically FOSS Pylance reimplementation): https://docs.basedpyright.com/