4

Things College Taught me that the "Real World" Didn't

 3 years ago
source link: https://alexgaynor.net/2009/nov/21/things-college-taught-me-that-the-real-world-didnt/
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

Things College Taught me that the "Real World" Didn't

Sat, Nov 21, 2009

A while ago Eric Holscher blogged about things he didn’t learn in college. I’m going to take a different spin on it, looking at both things that I did learn in school that I wouldn’t have learned else where (henceforth defined as my job, or open source programming), as well as thinks I learned else where instead of at college.

Things I learned in college:

  • Big O notation, and algorithm analysis. This is the biggest one, I’ve had little cause to consider this in my open source or professional work, stuff is either fast or slow and that’s usually enough. Learning rigorous algorithm analysis doesn’t come up all the time, but every once in a while it pops up, and it’s handy.
  • C++. I imagine that I eventually would have learned it myself, but my impetus to learn it was that’s what was used for my CS2 class, so I started learning with the class then dove in head first. Left to my own devices I may very well have stayed in Python/Javascript land.
  • Finite automaton and push down automaton. I actually did lexing and parsing before I ever started looking at these in class (see my blog posts from a year ago) using PLY, however, this semester I’ve actually been learning about the implementation of these things (although sadly for class projects we’ve been using Lex/Yacc).

Things I learned in the real world:

  • Compilers. I’ve learned everything I know about compilers from reading my papers from my own interest and hanging around communities like Unladen Swallow and PyPy (and even contributing a little).
  • Scalability. Interesting this is a concept related to algorithm analysis/big O, however this is something I’ve really learned from talking about this stuff with guys like Mike Malone and Joe Stump.
  • APIs, Documentation. These are the core of software development (in my opinion), and I’ve definitely learned these skills in the open source world. You don’t know what a good API or documentation is until it’s been used by someone you’ve never met and it just works for them, and they can understand it perfectly. One of the few required, advanced courses at my school is titled, “Software Design and Documentation” and I’m deathly afraid it’s going to waste my time with stuff like UML, instead of focusing on how to write APIs that people want to use and documentation that people want to read.

So these are my short lists. I’ve tried to highlight items that cross the boundaries between what people traditionally expect are topics for school and topics for the real world. I’d be curious to hear what other people’s experience with topics like these are.


Recommend

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK