Hacker News new | ask | show | jobs
Golang code comprehension tools [2015] (blog.ralch.com)
2 points by tapan_k 3491 days ago
1 comments

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.