Tagged Questions

150
votes
78answers
11k views

Best ways to teach a beginner to program?

Original Question I am currently engaged in teaching my brother to program. He is a total beginner, but very smart. (And he actually wants to learn). I've noticed that some of our sessions have …
25
votes
10answers
1k views

What defines “pythonian” or “pythonic”?

I want to begin to learn Python, and I've seen that phrase come up here before, but I don't know exactly what it means. I've read some websites on Python scripting, but I don't recall ever seeing that …
21
votes
50answers
2k views

What was the most difficult concept you had to grasp throughout your entire software development career? [closed]

And how did you understand it at the end? What kind of efforts and skills helped you solve it at the end? Edit: Adding a list of the skills proposed in answers ( with popularity > 3) Understanding …
19
votes
4answers
1k views

How does a debugger work?

I keep wondering how does a debugger work? Particulary the one that can be 'attached' to already running executable. I understand that compiler translates code to machine language, but then how does …
17
votes
4answers
756 views

What is ALT.NET?

Recently, Scott Hanselman blogged and podcasted about ALT.NET. What is it and how is it a new concept? What can I learn?
14
votes
8answers
1k views

C++0X Concepts are gone. Which other features should go too?

As you may have heard, the last meeting of the C++ standards committee voted to remove concepts from the next C++ standard. Of course, this will affect other features and would seem to throw the …
14
votes
13answers
2k views

How come MD5 hash values are not reversible?

Hey everyone, One concept I've always wondered about is the use of cryptographic hash functions and values. I understand that these functions can generate a hash value that is unique and virtually …
13
votes
10answers
710 views

What does scalability mean to you?

I posted a similar question on how scalable linq is. There were so many different views on what scalability actually meant in some recent conversations, so it has sparked me to ask this question as …
12
votes
2answers
952 views

Code Re-entrancy vs. Thread Safety

What is the difference between the concepts of "Code Re-entrancy" and "Thread Safety"? As per the link mentioned below, a piece of code can be either of them, both of them or neither of them. …
12
votes
25answers
862 views

Basic programming/algorithmic concepts

I'm about to start (with fellow programmers) a programming & algorithms club in my high school. The language of choice is C++ - sorry about that, I can't change this. We can assume students have …
11
votes
7answers
957 views

What are the primary differences between TDD and BDD?

Test Driven Development has been the rage in the .NET community for the last few years. Recently, I have heard grumblings in the ALT.NET community about BDD. What is it? What makes it different from …
10
votes
5answers
941 views

What is Map/Reduce

I hear a lot of noise about map/reduce, esp in the context of Google's massively parallel compute system. What exactly is it, and why is it "cool"?
9
votes
4answers
3k views

Can someone please give an example of 1NF, 2NF and 3NF in plain english?

Hey everyone, I am trying to really wrap my head around the database normalization concept. I understand that it is used to avoid duplicate/redundant data, and it involves creating separate tables …
9
votes
4answers
1k views

How Does Differential Execution Work?

I've seen a few mentions of this on SO, but staring at Wikipedia and at an MFC dynamic dialog demo did nothing to enlighten me. Can someone please explain this? Learning a fundamentally different …
8
votes
1answer
172 views

Hypothetical, formerly-C++0x concepts questions

(Preamble: I am a late follower to the C++0x game and the recent controversy regarding the removal of concepts from the C++0x standard has motivated me to learn more about them. While I understand …

1 2 3 4 5 8 next
15 30 50 per page