HackerTrans
トップ新着トレンドコメント過去質問紹介求人

aleksanb

no profile record

コメント

aleksanb
·2 か月前·議論
You can lead an american to his firing, but you can't make him unionize.
aleksanb
·3 か月前·議論
Linus Torvalds was able to build this in a cave!

With a box of scraps!
aleksanb
·昨年·議論
The way these type checkers get fast is usually by not supporting the crazy rich reality of realworld python code.

The reason we're stuck on mypy at work is because it's the only type checker that has a plugin for Django that properly manages to type check its crazy runtime generated methods.

I wish more python tooling took the TS approach of "what's in the wild IS the language", as opposed to a "we only typecheck the constructs we think you SHOULD be using".