DEV Community

Discussion on: 10 practices for writing readable code

Collapse
 
bgadrian profile image
Adrian B.G.

Yes pretty much agree on all.

One of the reasons I like Go is that its compiler, linter and idiomatic rules solve most of these issues and more. Lets the dev focus on the business and less on these development issues that are long solved but still arent applied everywhere.

Collapse
 
gonedark profile image
Jason McCreary

Oh yeah, Go is awesome with the predefined formatting and more expressive grammar. Much like Python or Ruby in those respective areas.