I haven't had a deadline experience yet, but I've only been through two years, so I'm sure it'll be coming soon enough. I did have a major heart attack with one of my C projects this semester- I thought I was clever to reuse some things by using calloc(). The code worked as intended, but then when I ran a memory check OH GOD IT'S SO DAMN LEAKY. Luckily it was the second half of a project and only our first half was grading memory management. But I learned my lesson.
English
-
Yeah, memory management is fun, it's been a year since I've had to deal with it though, all the programming I've done this school year has been in Java and Python predominantly.