Live data from Hacker News

Golang code comprehension tools [2015]

blog.ralch.com

1–2 of 2 posts

Re: Golang code comprehension tools [2015]

#2
The lure of an IDE! I am having a hard time making up my mind on IDE v/s basic tools that help debug, compile, test, etc.

On one hand, IDE provide the ease of development, especially if you have used one in the past.

On the other hand, not using an IDE (in favor of basic tools) results in simpler and neater solutions.