|
|
|
|
|
by AnimalMuppet
1052 days ago
|
|
LOL. Nailed it. But some things are quite different in the last 40 years. The standard libraries are much better. If I need a map, I don't have to implement a map; I just use the one in the standard library unless there's good reason not to. The amount of code that I don't have to write, but can still use, has gone way up. Debugging tools are better. Code sanitization tools are better. Unit testing tools are better. Type checking is better (for statically typed languages). Oh, yeah, and the monitors these days don't bathe you in soft x-rays. Those may not be the same level of change as moving from octal to assemblers to compilers with punched cards to terminals with monitors, but they still add up to a significant amount of change. |
|
Not that much has changed. Sometimes I put on a bathrobe for Zoom calls now.