DEV Community

Discussion on: Writing Clean Code

Collapse
 
sarbash profile image
Sergey Sarbash • Edited

ATM I code in Go. It has an awesome formatting tool named gofmt. It allows me to not worry about formatting completely. It does it's job pretty well.
Ah, yes. The article is nice, thank you.

Collapse
 
gonedark profile image
Jason McCreary • Edited

Exactly. Many languages have a built in coding style, such as Python and Go. While this may seem rigid at first, it improves developer focus as it removes the distraction to meticulously format code.