vote up 13 vote down star
6

What is the most influential CS class that you've taken? This could mean the one which made you a better programmer, the one which changed the way you think about CS... maybe even the one that made you decide not to major in CS, although I doubt we'll see many of those around here.

I have two candidates: One was Computer Systems, where we learned how computers work starting from logic gates leading into designing and simulating our own RISC computer, then creating a compiler for a simple language to compile to that assembly code.

Another is this course about Programming Languages I'm taking. It's teaching me a lot of new concepts like continuations, what mutation really is, etc...

flag

33 Answers

prev 1 2
vote up 0 vote down

Software Engineering.

This, followed by a student project where we actually got to implement a nontrivial program as a group in an organized fashion over the course of several months, showed me that programming was much more complex and less boring than I had though, prompting me to start a career as a programmer rather than as a sysadmin (which I had previously planned).

link|flag
vote up 0 vote down

Computer architecture, despite that i`m a software developer.

link|flag
prev 1 2

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.