|
|
|
|
|
by ioddly
2674 days ago
|
|
Lots of good comments here, but I didn't see a code search tool recommended while skimming. I use this one: https://github.com/ggreer/the_silver_searcher But the important thing is to be comfortable popping open the console and using it. Makes it so much easier to "research" a particular part of code quickly. |
|
Another simple CLI tool I like to use is tree. (https://linux.die.net/man/1/tree) Seeing the full project layout, with everything expanded, is occasionally extremely useful.