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

pid_0

no profile record

コメント

pid_0
·4 年前·議論
pid_0
·4 年前·議論
pid_0
·4 年前·議論
pid_0
·5 年前·議論
I use type annotations in Python no matter what. It really helps skim the code faster and mentally understand what values I am expecting. Its very useful to know which var is a List[dict] and so on.

I don't like TS because javascript is just a silly language to do anything serious with (besides front end), and its so stringent it takes forever to write quickly.