DEV Community

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

Collapse
 
codevault profile image
Sergiu Mureşan

Nowadays we have Git, Jenkins, Trello, amazing IDEs and many other tools that help us immensely in our programming career, sometimes without even realising.

What were you using 20 years ago?

Collapse
 
ghost profile image
Ghost

Big props to the Borland Turbo C/C++ IDEs!

Those were nice IDEs back then. As for version control, well...

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.

Collapse
 
jfrankcarr profile image
Frank Carr

I've also been programming professionally for almost 30 years.

Back in the early MS-DOS days I used a fairly powerful ASCII text editor that was a subset of the once popular Word Perfect word processing program. I had a large set of templates I had created for programming in MASM and C.

Microsoft QuickBasic had its own IDE as did Clipper and other major DOS development tools.

When Windows development caught on in the early 90's, early versions of Microsoft Visual Studio appeared but it was initially only for C/C++ and MASM coding. Visual Basic had its own IDE and, initially, stored code files in a proprietary binary format. VB's remained a bit of a pain to work with and this created a market for add-on tools. Most of them are long gone now, much to the dismay of us who still have to do occasional work in VB6.

In the late 90's, web development tools like FrontPage and Coldfusion appeared. These left a lot to be desired.

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

Please don't remind me of products like FrontPage and Coldfusion. I don't think I can handle those memories! :)

I was actually working on a competitor to those at the time.

Collapse
 
nancyd profile image
Nancy Deschenes

The best IDE at the time was, without any doubt, InterfaceBuilder for NEXTStep. That was some seriously awesome, ahead-of-its-time development environment. Too bad it only ran on specific hardware/OS.