Tagged Questions

77
votes
35answers
2k views

How to help a struggling newbie do a better job?

I have been the only developer and the de-facto "senior developer" on my company's flagship product for a while (a .NET WinForms app, but that is not related). Just recently, they brought in a …
2
votes
7answers
139 views

JQuery UI: Pros and Cons?

I've recently been working on streamlining my website and leaning up my HTML and Javascript. I've already begun replacing the MS Ajax.Net JavaScript on my site with jQuery JavaScript, and now I'm …
1
vote
10answers
147 views

Taking the next step with java development?

I want to take the next step in java web development, I am hoping to get insight & feedback on: what my next steps should be and how best to take them. While learning the basics of java web …
1
vote
10answers
266 views

How do you pronounce String[]? [closed]

How do you pronounce String[]? Do you say "String array", "array of String", or something else?
-1
votes
11answers
244 views

Are good programming practices opposed to good communication practices? [closed]

The secretgeek emphasized text says 'good programming practices are directly opposed to good communication practices'. Is this true? I would like to hear 'How does this affect your communication?' …
2
votes
4answers
156 views

Hands-free mice for programmers?

The standard setup for programmers really requires three hands: two for the keyboard, and one for the mouse. I'm not blessed with an extra hand, so my hands have to shift from mouse to keyboard to …
3
votes
10answers
158 views

Which Swing layout(s) do you recommend?

There are 8 layout managers in the Java library alone, and then there's a bunch of 3rd party products as well. The other day, I tried to use SpringLayout and... well, it ain't working out for me. See …
773
votes
540answers
185k views

What is your best programmer joke?

When I teach introductory computer science courses, I like to lighten the mood with some humor. Having a sense of fun about the material makes it less frustrating and more memorable, and it's even …
5
votes
6answers
178 views

Should References in Object-Oriented Programming Languages be Non-Nullable by Default?

Null pointers have been described as the "billion dollar mistake". Some languages have reference types which can't be assigned the null value. I wonder if in designing a new object-oriented language …
1
vote
2answers
55 views

Event driven vs sequential programming

One of my friend recently had an argument in his team about the pros and cons of event driven programming vs sequential programming. What are your views about it?
484
votes
635answers
77k views

Great programming quotes

There are a lot of great programming quotes out there. Which do you like? Today (Sept 12, 2008) I heard a new one from a friend, Lars-Gunnar, he said "Gud finns i Emacs" (in Swedish). This basically …
4
votes
12answers
288 views

Is it acceptable to have useless code?

I see that some programmers add code that, after all, does not anything useful. For instance (C#): [Serializable] class Foo { // ... string SerializeMe() { return new …
2
votes
5answers
110 views

Thoughts on Abandoning Proprietary Framework for A Larger Open Source Project

We have been going back and forth a lot around our office lately about abandoning a proprietary framework that was developed here a couple of years ago and move to something that is larger and …
839
votes
236answers
196k views

What’s your favorite “programmer” cartoon?

Personally I like this one: P.S. Do not hotlink the cartoon without the site's permission please.
358
votes
529answers
352k views

What is the best comment in source code you have ever encountered? [closed]

What is the best comment in source code you have ever encountered?

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