Tagged Questions

4
votes
30answers
2k views

Why do people have trouble learning recursion?

As per the title. Why do people have a hard time grasping a function that calls itself? It took most of my friends a week or two to get it.
3
votes
5answers
71 views

Struggling on implementation idea

Hello, What I mean is that when I want to implement something and I have an idea how to do it, I always try to think for other implementation solutions and if I haven't get any I …
-3
votes
1answer
99 views

Developing the true mind [closed]

Computing is rooted in the realm of logic, which can be a hurdle when developing the true mind, which could be described as: seeing reality exactly as it is, fully awake, without d …
5
votes
12answers
358 views

What is the difference between learning to program and learning computer science? [closed]

Possible Duplicate: Difference between a Computer Scientist and Computer programmer Some people are programmers while some are computer scientists. Both look and solve pro …
6
votes
7answers
181 views

What were the most profound differences in your thought process from learning a new language?

According to the Pragmatic Programmer anyone who strives to become a better programmer should learn a new language every year. The basis behind this is to develop your thought proc …
6
votes
17answers
317 views

When/How do you do your best “sloshing”?

Not sure if this word is used as commonplace, but "sloshing" was introduced to me as a student. It's that time where you consciously put a problem into the back of your mind b/c y …
1
vote
3answers
85 views

References for thinking Objected Oriented

I would like to start thinking in Object Oriented ways. What are the top books and online resources? I saw this post for the TOOTP 3rd edition, is that the best way to change …
5
votes
5answers
254 views

Do you change the way you think when moving between Java and C#

This is a question for anyone who has the pleasure to work in both Java and C#. Do you find that you have to make a mental context switch of some kind when you move from one to th …