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!
Studied Fortran 65 as elective, submitted assignment/exams by writing actual code with pencil paper. Never got access to the cool looking machines in the actually cooled room. I am not kidding that I really enjoyed that paper compared to my other papers.
* 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!