|
|
| | Ask HN: Do web startups hire CS majors? | | 10 points by raptrex on March 2, 2009 | hide | past | favorite | 21 comments | | Right now im a 1st year student at Cal Poly Pomona as a computer science major. I have been interested in building web applications, however, there are no CS classes at my school that teaches web development. I know i can learn it on my own (i know html, basic SEO, CSS, some php). I was wondering if startups hire CS majors or should i switch to CIS, which has a few web classes related to the internet, but CIS is mostly buisness related from what i know about it. If startups do hire CS majors, what do they do? |
|

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact
|
Programming is the craft/art skill of manipulating digital code and data. Within programming you can learn about specific domains - for web apps that would mean databases, networking, a host of standard formats and protocols, and user interfaces. Many commercial programmers go their entire career focused only within one or two domains.
Computer science is the academic study of computation. As the rigorous curricula of today would have it, it is a more mathy endeavor than programming by itself. In particular there is a focus on provability and formality that doesn't come up in commercial programming.
Basically, stuff you learn in CS won't help you ship the ideal mix of features, stability, and time cost for (insert app here). What it will tell you is about a variety of methods with which you may approach the underlying computation problems and direct your own original research efforts.