Reading through many lines of code in Golang and Java makes for an interesting observation from the codebase which I was taking a look.
There were different styles of coding and it was obvious from reading code that is written by experienced gophers.
People on team who do both Java and Golang use the same Java style in Golang as well.
While most Java programmers come from Clean code school of thought where functions are decomposed into many smaller functions which results in function explosion in the same file.
[Read More]