DEV Community

Discussion on: What library/language/tool wowed you with its developer experience?

Collapse
 
roelofjanelsinga profile image
Roelof Jan Elsinga

Golang and the built-in testing functionalities! For other languages you often need to include a testing framework in your code to run your tests, but this is built-in into the language and I really appreciate that. Also, the tests are lightning fast compared to what I'm used to in JavaScript and PHP. It has made me trust the code I write more.