HackerTrans
TopNewTrendsCommentsPastAskShowJobs

pid_0

no profile record

comments

pid_0
·4 tahun yang lalu·discuss
pid_0
·4 tahun yang lalu·discuss
pid_0
·4 tahun yang lalu·discuss
pid_0
·5 tahun yang lalu·discuss
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.