Tagged Questions

438
votes
63answers
20k views

What should a developer know before building a public web site?

What things should a programmer implementing the technical details of a web site address before making the site public? If Jeff Atwood can forget about HttpOnly cookies, sitemaps, and cross-site …
341
votes
599answers
121k views

What real life bad habits has programming given you? [closed]

Programming has given me a lot of bad habits and it continues to give me more everyday. But I have also gotten some bad habits from the mindset that I have put myself in. There simply are some things …
316
votes
118answers
11k views

How do you clear your mind after 8-10 hours per day of coding?

Related Question- Ways to prepare your mind before coding?. I'm having a hard time taking my mind off of work projects in my personal time. It's not that I have a stressful job or tight deadlines; I …
246
votes
152answers
20k views

What are Code Smells? What is the best way to correct them?

OK, so I know what a code smell is, and the Wikipedia Article is pretty clear in its definition: In computer programming, code smell is any symptom in the source code of a computer program …
173
votes
89answers
25k views

Hidden Features of Java

After reading Hidden Features of C# I wondered, What are some of the hidden features of Java?
161
votes
52answers
7k views

Do you source control your databases?

I feel that my shop has a hole because we don't have a solid process in place for versioning our database schema changes. We do a lot of backups so we're more or less covered, but it's bad practice to …
145
votes
27answers
11k views

Git for beginners: The definitive practical guide

Ok, after seeing this post by PJ Hyett, I have decided to skip to the end and go with git. So what I need is a beginners practical guide to git. "Beginner" being defined as someone who knows how to …
143
votes
153answers
9k views

What are common UI misconceptions and annoyances?

I often use applications and electronic devices for which I think: "Why on earth did they engineer that thing as it is? They must have known that it is a pain in the neck to work with". On the other …
129
votes
39answers
8k views

Should a function have only one return statement ?

Are there good reasons why it's better practice to have only one return statement in a function ? Or is it OK to return from a function as soon as it is logically correct to do so, meaning there may …
123
votes
116answers
10k views

Most useful free Java libraries?

I've never seen a good list of free Java libraries. What are some of your can't-live-without Java libraries? Note: to keep this poll as useful as possible, please remember: Post only one library …
122
votes
24answers
86k views

RegEx match open tags except XHTML self-contained tags

I need to match all of these opening tags: <p> <a href="foo"> But not these: <br /> <hr class="foo" /> I came up with this and wanted to make sure I've got it right. I am …
119
votes
22answers
5k views
114
votes
144answers
10k views

One piece of advice

If you could go back and give yourself one piece of advice at the start of your programming life/career to help you on your way what would it be ?
105
votes
10answers
21k views

How accurate are the technical arguments in JWZ’s ten-year-old “java sucks” article with today’s Java?

I'm currently using Java in a larger project and was curious which of the technical arguments in JWZ's famous "java sucks" article were still valid ten years later. The article starts like this: I …
102
votes
38answers
5k views

How do you tell someone they’re writing bad code?

I've been working with a small group of people on a coding project for fun. It's an organized and fairly cohesive group. The people I work with all have various skill sets related to programming, …

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