(no title)
vincentkriek | 1 year ago
My conclusion now about an integrated environment (like an IDE) versus a more handbuilt (like vim) is that a handbuilt one requires the dev to know it's tools. With an IDE you are seduced to trust the magic black box, that the box will help you. This makes it that when stuff goes different then expected (usually user error), you are lost.
With a more custom environment you are pushed to learn your tools. And while this is not a given, I like this approach more. I might miss some fancy new tools, but the tools I do use, I *know*. This could be done with an IDE but is more forced in a terminal based flow.
29athrowaway|1 year ago
And IDEs have integrated terminal panes as well.
vincentkriek|1 year ago
Same way an IDE is a nicer debugger, linter, profiler, test run platform...