by shigemk2

当面は技術的なことしか書かない

97 Things Every Programmer Should Know 43 Know How to Use Command-Line Tools

if an IDE is the only programming environment that you ever use, you may never fully understand what your tools are actually doing. You click a button, some magic occurs, and an executable file appears in the project folder.

suggestion is that you should "look under the hood" and understand what your IDE is doing for you. The best way to do that is to learn to use command-line tools.