DEV Community

Discussion on: I've been a programmer for over 20 years, watched the internet the grow up, ask Me Anything!

Collapse
 
mortoray profile image
edA‑qa mort‑ora‑y

IDEs were quite common. I had to kind of rely on them for the help documentation, since otherwise there was no way to lookup things. Most of the "stuff" an IDE can do now it did in some form before. They've tacked on more features, but I don't see any magical growth there -- possibly why I don't use an IDE anymore (or rather, my desktop is my IDE).

I went from manual source copying and versioning, to CVS/VSS, then on the big improved SVN, then git/bzr came later, which were pretty big changes. They finally allowed for proper branching and versioning, and remote work. (I prefer bzr to git, easier to use, harder to screw up)

A lot tools, like Trello, would have desktop equivalents that worked on the local network. I still believe in such tools and am not a fan of companies hosting everything in the cloud -- private clouds are okay.