1
vote
What is more readable?
The first option is more readable to a wider range of people. The second option has an 'entry barrier' in that the reader might or might know and understand LINQ. It is more succinct, and might be …
0
votes
What is your most wanted non-existent or underdeveloped open source project?
A better editor for FitNesse pages; their edit mode is very very rudimentary right now and I think it's one of the top 3 entry barriers to usin …
0
votes
What should students be taught first when first learning sorting algorithms?
I'd teach Bubble sort if I had to pick only one, since it's simpler to grasp (I think). However, the most valuable thing I got out of studying the various sorting algorithms was that there's more t …
0
votes
Do we need to become craftsmen instead of engineers?
Definitely. Craftsmanship is the next level. Of course it's a personal decision, but.. there, you can see on which side of the fence I stand.
…
10
votes
How did you learn to program?
Practice it. I think that's the single most important thing to do in order to learn development. Was it Aristotle that said "We learn by doing" ?
And, if I may add a second recommendation, …
0
votes
5
votes
Best examples of data visualisation?
Information Aesthetics's feed is on my home page and has been the source of many interesting visualizations since I've placed it there.
…
2
votes
What are terms used to describe the act of solving a bug?
"I turned the tests green" usually preceeded by "We added the missing tests".
…
12
votes
What is the most poorly named application out there?
TortoiseSVN
yes, I realize it's because we're using it vs a large, and I mean large, and long-standing repository, and I do reali …
