Tagged Questions

417
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
120k 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 …
308
votes
116answers
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 …
244
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 …
160
votes
53answers
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 …
141
votes
151answers
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 …
128
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 …
117
votes
22answers
5k views
112
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 ?
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, …
100
votes
68answers
6k views

What are the best programming articles?

Part of being a good software developer is keeping current with what people are saying in the community. There are many good articles out there on the internet about the wide subject of computer …
92
votes
41answers
6k views

I need this baby in a month - send me nine women!

Under what circumstances - if any - does adding programmers to a team actually speed development of an already late project?
86
votes
22answers
4k views

The Definitive C++ Book Guide and List

After more than a few questions about deciding on C++ books I thought we could make a better community wiki version. Providing QUALITY books and an approximate skill level. Maybe we can add a short …
85
votes
81answers
6k views

How to become a “faster” programmer?

My last job evaluation included just one weak point: timeliness. I'm already aware of some things I can do to improve this but what I'm looking for are some more. Does anyone have tips or advice on …
79
votes
32answers
3k views

Save icon: Still a floppy disk?

Bear with me because this question doesn't pertain to an algorithm or any block of code. Rather, it deals with designing forms and applications. I'm working on a project where the user is able to …

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