How was programming done 20 years ago?

Posted by Click Upvote on Programmers See other posts from Programmers or by Click Upvote
Published on 2011-03-15T12:48:19Z Indexed on 2011/03/15 16:18 UTC
Read the original article Hit count: 353

Filed under:

Nowadays we have a lot of programming aids that make it easier to work, including:

  • IDEs

  • Debuggers (line by line, breakpoints, etc)

  • Ant scripts, etc for compiling

  • Sites like Stackoverflow to help if you're too stuck on a bug.

20 years ago none of these things were around, which tools did people use to program and how did they make do without these tools? I'm interested in learning more about how programming was done back then.

© Programmers or respective owner

Related posts about history