Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
6answers
237 views

Infinite list of infinite counters

For those with suspicious minds, this is not homework, just curious. Given a finite alphabet, is it possible to construct a list of infinitely long words made from the alphabet in reverse lexographic ...
7
votes
7answers
256 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 process and to challenge ...
6
votes
18answers
440 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 you can't ...
6
votes
30answers
3k 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.
6
votes
5answers
289 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 the other? I'm ...
3
votes
5answers
97 views

Struggling on implementation idea

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 start to struggle about my ...
2
votes
2answers
47 views

GUIs and Data Validation [MVC]

If a view contains invalid data, who is responsible for reporting to the controller that there exist invalid data? [Before persisting]. For example: Model: Name [must not be empty, and at least ...
1
vote
1answer
706 views

rake paperclip:refresh class=foobar from S3

I am try to perform the function: rake paperclip:refresh class=foobar And it begins to work, but it looks like it gets hung up with this stack.. : ** Invoke paperclip:refresh (first_time) ** ...
1
vote
3answers
158 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 my thought process ...
0
votes
3answers
245 views

Teaching someone to program

What is the best way to teach someone how to program, the language doesn't matter. It's more of a case of how to make them think logical and clearly on how to over come a problem. Or is this ...