Tagged Questions
Specific to instruction, learning or teaching of, or by programmers
146
votes
55answers
5k views
How do you teach a senior developer how to be more efficient? [closed]
We have a couple senior (i.e. older) developers on our team that have no interest in improving. They write solid code, but they don't want to add unit tests or improve their efficiency. They are ...
80
votes
34answers
5k views
Favorite online lectures and presentations
What are your favorite online lectures, presentations and talks?
A few rules:
Must be programming or software related.
try to keep this non-academic. There are many online academic lectures, but ...
73
votes
41answers
6k views
What are your favorite programming-related academic papers?
What are your favorite programming-related / cs academic published papers?
It could be a functional pearl, a programming-language paper like those often cited on lambda-the-ultimate.org, etc. Really, ...
70
votes
18answers
4k views
Will being self-taught limit me? [closed]
I'm 21 and am pretty efficient in html/css, python, and javascript. I also know my way around lisp languages and enjoy programing in them. My problem is that I'm extremely self-taught and not quite ...
54
votes
13answers
4k views
Best free online Computer Science college courses
I have found the MIT Open Courseware to be a great resource for free computer science college courses. Every software engineer should be required to take the Structure and Interpretation of Computer ...
51
votes
26answers
3k views
Why does it seem that most programmers tend to write all their code at the lowest possible level of abstraction? [closed]
In my thirty years of programming experience, it seems to me that the vast majority of the source code that I have read, and the vast majority of the programmers that I have encountered, tend to write ...
50
votes
30answers
6k views
What does a college degree provide that experience doesn't? [closed]
A relatively large number of people in the software industry do not have college degrees compared to other industries. In my experience, many of the best programmers/software engineers are those who ...
44
votes
17answers
3k views
What exactly is a “Software Architect”?
I've seen a few posts that briefly touch on the subject but don't address the question directly. So please don't label this as a dup.
Having been independant/freelance for 5 years or so, and having ...
43
votes
32answers
3k views
What are some advanced software development topics every developer should know? [closed]
Let's say your company has given you the time & money to acquire training on as many advanced programming topics that you can eat in a year, carte blanche. What would those topics be and how would ...
43
votes
16answers
2k views
How to explain a failed academic project during presentation?
I know this may seem a strange question, but pretty soon I have to give a presentation on my project and I'm gonna have to explain why it doesn't work as was specified. I'm worried I will lose grades ...
40
votes
27answers
3k views
How to Think in OO [closed]
Besides the general, "What is OO?" question, I want to understand how one transitions from a procedural-based programmer to someone who gets OO.
I'm anticipating the winning answer would contain ...
39
votes
20answers
3k views
How to transition to Functional Programming
It seems that the next major transition / fad will be towards Functional Programming. What resources / experiences are you finding necessary to grok functional programming?
38
votes
3answers
15k views
Useful resources for the GRE computer science subject test? [closed]
I am currently in the process of preparing for the computer science GRE and I was wondering if anyone at Stack Overflow could offer some advice or point me towards some useful resources?
Here are ...
38
votes
14answers
4k views
Mathematics for Computer Science Students [closed]
To cut a long story short, I am a CS student that has received no formal Post-16 Maths education for years. Right now even my Algebra is extremely rusty and I have a couple of months to shape up my ...
36
votes
11answers
3k views
Do People Actually Use Machine Learning?
I'm playing around with machine learning in an academic setting, and it's really fun. I'm wondering how machine learning algorithms such as Support Vector Machines make it into software applications. ...
36
votes
22answers
4k views
What books should I read to have an undergraduate education in Computer Science? [closed]
I've always been a largely independent learner gleaning what I can from Wikipedia and various books. However, I fear that I may have biased my self-education by inadvertent omission of topics and ...
33
votes
14answers
6k views
Books for software architect [closed]
Possible Duplicate:
Books for an aspiring software architect.
What would be good books and websites to read to become an software architect.
And just basic tips and tricks are also welcome.
...
32
votes
52answers
8k views
Real-world examples of recursion
Can anyone suggest real-world problems where a recursive approach is the natural solution besides DFS (= depth-first seach) ?
(I don't consider towers-of-Hanoi, fibonacci sequence, or factorial ...
32
votes
0answers
2k views
Must-see tech talks/presentations? [closed]
Possible Duplicate:
Favorite online lectures and presentations
There are now several places that offer free audio or video tech talks/presentations online: I'm thinking of Google Tech ...
31
votes
7answers
664 views
Stepping through a TCP/IP stack
I was working as a QA engineer for a proprietary embedded operating system. They built their own ATN stack and stepping though it with a debugger was the most eye opening experience I have had with ...
28
votes
21answers
2k views
Data Structures… so how do I understand them?
So I am a Computer Science student and in about a week or so... I will be retaking a Data Structures course, using C++ for applying the theory. Yes, I did say "retaking". I took the course last Fall ...
28
votes
27answers
1k views
How do we, as a community, help encourage programming in public schools? (Or state Schools for the UKers.) [closed]
PRIMARY MOTIVATION
My office gets involved with the "First Robotics" competitions and one thing that lingers year to year is the students typically have no preparation for doing even simple ...
27
votes
11answers
3k views
How helpful is knowing lambda calculus?
To all the people who know lambda calculus: What benefit has it bought you, regarding programming? Would you recommend that people learn it?
26
votes
36answers
3k views
Should we care if a prospective hire understand Big O notation?
A colleague of mine caused a long e-mail conversation by saying:
Of the probably 30+ people I’ve given a phone interview to, not a one (including people with Masters degrees in CS!!) has been able to ...
26
votes
7answers
2k views
How do you stay motivated on long projects? [closed]
We're in the middle of a fairly large-scale bespoke project for a Client. With almost a year gone, and another year at ahead before the final phase is pegged for delivery... well its a little ...
25
votes
9answers
5k views
Are there any compiler lectures available via video?
I would like know if there are any compiler construction lectures available along with video?
23
votes
20answers
2k views
A Programming Presentation for eight year olds
I have been given the opportunity to give a small presentation to a group of young children about what I do as a software developer.
I have a few ideas kicking around for how to make this interactive ...
23
votes
9answers
8k views
How do you actually read source code?
Reading source code is a good way to improve as a programmer, but I've never seen a great explanation of how to do it. We often read textbooks & novels linearly, perhaps taking notes along the ...
22
votes
9answers
1k views
What are some good computer science resources for a blind programmer?
I'm a totally blind individual who would like to learn more of the theory aspect of computer science. I've had an intro data structures class and the general intro programming but would like to learn ...
22
votes
20answers
6k views
Should I choose to learn Java or .NET? [closed]
Possible Duplicates:
Should I learn C# or Java?
Should freshers learn Java or C++?
I have an option of selecting Java or .NET as my language.
Which one is the best to choose? In which ...
21
votes
21answers
2k views
How bad is it to take a year off?
I've been working as a Software Engineer for around 2 year for a company, and I'll be leaving soon. This was my first job out of college and was a bit of a disappointment, since it didn't require so ...
21
votes
5answers
3k views
References Needed for Implementing an Interpreter in C/C++
I find myself attached to a project to integerate an interpreter into an existing application. The language to be interpreted is a derivative of Lisp, with application-specific builtins. Individual ...
21
votes
34answers
2k views
Which language should students start with?
Which language should students, who are looking to become professional programmers, start with?
Should they start with a purely functional, procedural, object oriented or with a purely algorithmic ...
20
votes
18answers
736 views
Games for learning [closed]
I often find myself wasting a lot of time playing short games like Mine Sweeper or Solitaire in between my studying. I am looking for a better habit to replace this one.
I have learned a lot by ...
19
votes
13answers
1k views
How do you coach a slow developer?
What goals and resources can I give to a developer who isn't working at the speed we'd like?
We hired three developers at the same time that we considered to be at the same skill level.
At this ...
18
votes
14answers
1k views
Programming books that are more like math books?
So lately I've been trying to learn to program. It's quite clear that the best way to learn will be by doing. What I find odd is the structure of programming books (or educational materials) don't ...
18
votes
7answers
511 views
How to teach a training course on TDD?
I've been asked to run an internal training course for a handful of our developers on Test Driven Development. What advice do you have for me, as someone who has never given a training course before?
...
18
votes
27answers
2k views
How to explain to your mom what an algorithm is? [closed]
How do you explain to your mom what an algorithm is? My family is mostly non-technical, and they don't really understand what programming is, or what an algorithm is. I tried the old cooking recipe ...
17
votes
8answers
595 views
Is there a repository of test input, with answers, for algorithms (especially graph algorithms)?
As a summer project, I have decided to practice basic algorithms and learn Haskell at the same time, by implementing large chunks of CLRS in Haskell.
Things are going pretty swimmingly, so far, but ...
17
votes
10answers
1k views
How can I get research experience outside the college setting?
I graduated 4 years ago from a small college with a good computer science program, and I am interested in going back to grad school. My numbers (GPA & GRE) are good, but those don't matter nearly ...
17
votes
18answers
606 views
Should universities be teaching SCM/methodology skills?
Most CS programs these days do not teach skills such as:
source control
configuration management
integration (and continuous integration)
code readability (AKA how to comment correctly)
programming ...
16
votes
24answers
2k views
Delphi/Pascal training in high school/college/university
Are Delphi/Pascal being taught in any high schools/colleges/universities, particularly in Canada and the US?
I was surprised how many schools in the UK are teaching Delphi. Their largest exam board ...
16
votes
27answers
2k views
Ethics of copying 20 lines from a “Free” project
Disclaimer: I know you're not a lawyer! :)
This question is for university assignments, not work nor personal.
Say I'm looking for the implementation of something very very specific, and I find that ...
16
votes
13answers
2k views
“Projects” for learning a new language
When you are learning a new programming language, what are some good projects that can be done across a spectrum of languages?
I'm familiar with programming puzzles and read the other related ...
15
votes
14answers
3k views
Python 3 IDE for teaching
With Python 3 maturing and slowly gaining adoption, we're taking the plunge and adopting it in our introductory programming classes for kids aged 12-18. Is there a free (preferably open source) IDE ...
15
votes
18answers
3k views
Is there any need to get a Computer Science degree?
I've been a software developer for 20 years. i've been involved in language development and large data warehouse development. I've worked for start-ups that have gone public, and for government ...
15
votes
14answers
11k views
Will a Masters Degree increase my chances of getting a good development job? [closed]
I've already read through a number of related questions about whether a Masters degree increases a developers ability and awareness, but one of the things I've struggled to understand is just how a ...
15
votes
15answers
785 views
How should CS/SE Students supplement their learning? [closed]
As a student I worry constantly about the outside world. I've worked for some companies already providing Web Design/Development and SEO help, even the occasional DB work, but I still worry about how ...
15
votes
32answers
2k views
To What Degree (pun) has your College Education Attributed to the Success of your Development Career? [closed]
To What Degree (pun intended) has your College Education Attributed to the Success of your Development Career?
15
votes
11answers
2k views
Higher pay for advanced degrees? [closed]
Are advanced degrees such as Master's degrees or PhDs beneficial for software engineers? Should they be compensated for their advanced degree? There are plenty of programmers that don't have a degree ...