Spring 23-24
------------
- a tiny bit rushed at the end, didn't have time to talk about ACM code of ethics
- liked pull in of white house memo
- transition from C strings to pointers and arrays more generally is a bit murky and messy; some things feel repeated in multiple places, not as clean of a transition for lectures 7-9.  E.g. 7 starts with some array vs. pointer discussion, but a little rambly.  lectures 8 and 9 seem to duplicate some info, not as clean of a transition.
- not enough time to mention testing much (e.g. didn't mention writing tests prior to code), maybe save more in depth discussion for next lecture?

Spring 24-25
------------
- got through everything just in time
- this lecture is ok in terms of pointers and arrays I think, just touches briefly (still room for improvement though)
- change buffer overflow example code to be if (strcmp() == 0) to avoid confusion about ! (DONE)

Spring 25-26
------------
- consolidate points about testing and debugging with next lecture to avoid redundancy