My Favorite Programming Language
TL;DR: My favorite programming language is Go. Here’s why. Correctness and Reliability out of the Box I have several years of experience with Python. I can say that Unless a feature is accompanied by comprehensive test coverage, the maintainer should always deploy it carefully. However, well-structured Go code which compiles already passes 20-30 percent of tests otherwise we should have written and passed for a similar Python software. ...