Tagged Questions

23
votes
11answers
2k views

Beginning TDD - Challenges? Solutions? Recommendations?

OK, I know there have already been questions about getting started with TDD.. However, I guess I kind of know the general concensus is to just do it , However, I seem to have the following problems …
18
votes
14answers
1k views

What was your most uncomfortable programming experience

I made this a wiki because I think that some people may think it's too "thready" but I had to share and it wasn't appropriate on my blog. I've had a few, but I think the strangest was once I was on …
5
votes
10answers
304 views

What is the best approach to take when you can’t figure something out, and you have no one to ask?

The second part of that question is key. If you are one of a few programmers, and after banging your head on your keyboard for endless nights you can't figure something out, with no one else in your …
3
votes
41answers
884 views

On your very first program, which construct hooked you on programming?

To me it was the If statement, I'm psyched up, since then I believed that computers are very intelligent, or I can at least make it appear intelligent because of it.
1
vote
4answers
91 views

Best bugfixing/errorfinding strategy - all languages

Hi! I found out, while shoulder surfing some other - much more experienced programmers - that they all have different strategies in finding (their) errors in (their) code. And I don't mean …
0
votes
3answers
156 views

Any experience with unusual technologies ?

99 bottles of beers made me realize that ADA, Erlang and Smalltalk were not so odd languages after all. There are plenty of unusual tools and I supposed that a lot of them are even used :-) Have you …
-3
votes
1answer
339 views

Things NOT to do with programming language? [closed]

There have been a lot of discussions on best-practices for how to implement and approach programing problems. But there has not been discussions on what NOT to do. What are the things that you …