Hacker News new | ask | show | jobs
by DanSmooth 3323 days ago
I once argued that the best thing that ever happened to web-development in terms of adoption was "view source" and how easily accessible it was.
1 comments

Absolutely! That and being able to run code directly in the context of the page through the dev tools console.

Even these days if i'm having a poke around somebody else's work, one of the first things i do is to pop open the dev tools and start seeing which libraries they're running and what their custom namespaces are.