Search posts, tags, users, and pages
Chris Miller
Break stuff to make stuff.
The key to becoming a great developer is learning how to troubleshoot effectively. Every language and platform has built-in methods for troubleshooting. For example — Javascript has console.log() for printing things into the console within dev tools ...
Nate Sire
Coding in C++ Since Eight, Be Great
I'd use xdebug for PHP. Or Node inspector for JS. Clojure has one of the best tools... Cider for SpaceMacs evaluates your code as you type.
Those are great tips! I'm familiar with xDebug and definitely think that would be a great call out. I'm not familiar with Node Inspector though or Clojure — I would have to look that one up.
Nate Sire
Coding in C++ Since Eight, Be Great
I'd use xdebug for PHP. Or Node inspector for JS. Clojure has one of the best tools... Cider for SpaceMacs evaluates your code as you type.