|
|
|
|
|
by babblingdweeb
286 days ago
|
|
I was just talking to younger coworkers about this recently. Mid-90s to early 2000s: FORTRAN, COBOL, C, and C++ classes all had handwritten code parts for homework, handouts, exams, etc. This wasn't just pseudocode, you had to have full syntax, variable declarations, correct spelling of functions, etc. You frequently had to show code optimization, debugging, etc even on paper. Wild times!! * All of those classes also had lab time (some dedicated, similar to a chemistry class), info on how to get the IDE if you had $ access to a computer at home, and alternatives as well. Personally, I see more value in pseudo code (written or typed) and sketch type diagrams (analog or digital) than handwriting code. However, it was WILD and amazing to watch the gray-hairs of those days debug your code on paper! |
|