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.