63
votes
110answers
15k views
What is the most important thing you weren’t taught in school?
What is the most important thing you weren't taught in school?
What topics are missing from the CS/IS education?
Posted so far
How to sell an idea
Principles:
Often, goo …
1
vote
5answers
171 views
Have you ever hired or known a (working) programmer who attended ITT tech?
I've been coding for a while for fun, but I have had difficulty committing to a 4 year university. I'm really concerned right now with getting a job fast, so I'm considering going …
1
vote
0answers
58 views
Any reviews of O’Reilly School of Technology courses and/or certificates?
Has anyone had experience with O'Reilly School of Technology? I'm a new(er) front-end guy with 2.5 years of FT work under my belt and I have CSS/HTML down pat, and am looking to ex …
0
votes
2answers
68 views
BST insert in c++
I'm learning c++ and writing a binary search tree. The following is the code I wrote for my insert method.
BSTNode * BST::Insert(const std::string & v) {
BSTNode *n = !root ? …
3
votes
15answers
322 views
Continue education or put myself out there?
Hi,
I've been programming as a hobby for a long time. I'm 23 years old and and haven't completed college. My job right now is not programming related (although it is in IT). I jus …
4
votes
17answers
632 views
What undergraduate computer science course best prepares programmers for the workplace?
The idea here is to get better programmers right out of college.
I think I would have to go with Algorithms, it's not exactly something you can pick up on your own very easily and …
18
votes
29answers
3k views
Does it matter where you get your CS degree
Does going to a less famous University that might not be terribly selective necessarily preclude someone from being considered from the elite software companies, i.e. Google or Mic …
22
votes
19answers
1k views
I’ve decided I want to become a programmer, but I have some concerns.. Or, What does it take to become a computer programmer?
I've been interested in computer programming since I was about 14 or 15 years old. I taught myself C++ (with the now-deprecated libraries such as iostream.h), and wrote some simple …
1
vote
10answers
110 views
What’s a good topic for some real-life application?
Hi I was assigned a project in my software engineering class. This is a semester long project so I'm not looking for something really easy. It's also a three hour course and the p …
6
votes
24answers
408 views
Should programmers take business classes/training?
Do you think it would help if programmers were more adept at scheduling, public speaking, communicating, accounting, etc.? Or would this just be a distraction? I know this might …
22
votes
13answers
3k views
MBA for a Computer Science guy?
I am a Programmer with a BS in Computer Science and I have recently been considering taking the GMAT and applying for business school. I have been in the work force for nearly 6 ye …
15
votes
19answers
1k views
How to make up for lack of a computer science degree?
I’m a telecommunications major who has taken the two intro programming classes as well as a data structures class. I’m not sure if I want to do networking or software development. …
0
votes
7answers
183 views
What would you tell yourself if you were teaching your past-self Java as your first language?
I am a begining programmer with some old AutoHotkey (scripting language) experience plus basic html.
I am reading Code Complete 2nd ed in the bathroom.
&
I am reading Java H …
13
votes
14answers
841 views
Should functional programming be taught before imperative programming?
It seems to me that functional programming is a great thing. It eliminates state and makes it much easier to automatically make code run in parallel.
Many programmers who were fir …
9
votes
17answers
532 views
How would you teach web development?
I am the lead instructor of web & internet related courses on a private post high-school institution. My current classes include introductions to HTTP, TCP/IP, (X)HTML/CSS/Java …
