Tagged Questions

97
votes
75answers
5k views

Old Developers - any future ?

I'm 44 now and I just love code! And software and programming. And MSDN, and Communication of the ACM and Programmez (French magazine) and Stack Overflow and McConnell, Cwalina/Abrams, J. Skeet and …
91
votes
48answers
6k views

Should developers worry about ageism?

Having worked in software development for 12 years, I've recently started to worry about ageism in the industry. Seeing I'm not too bad at what I do I've never really worried about where my next job's …
79
votes
118answers
10k views

Essential Programming Tools

We all have different needs due to the platform and/or stack we work with, and simple programmer preference is famous for starting religious wars. However, in each area there is usually a set of …
55
votes
26answers
2k views

How do you stop interim solutions from lasting forever?

Say there are two possible solutions to a problem: the first is quick but hacky; the second is preferable but would take longer to implement. You need to solve the problem fast, so you decide to get …
54
votes
23answers
2k views

Why are database features being ignored, and instead reinvented in the middle tier?

What are the top reasons (apart from "database independence") that most IT projects today seem to ignore the wealth of features that exist in modern database engines such as Oracle 11g and SQL Server …
46
votes
42answers
3k views

What are the best free software that helps you become more productive or helps you code?

What are the best free software that helps you become more productive or helps you code?
43
votes
27answers
2k views

How do you manage your own small project?

Since I have a job, and I want to write some my own software at my spare time. So I want to know how you guys organize, plan and develop such small project. Since it is not a job, you may be …
36
votes
46answers
4k views

What’s your ideal multiple-monitor setup for programming?

Jeff Atwood is often expounding the benefits of triple monitor setups for developers, and I have to say I agree with him. However, we are about to take on a good number of new developers and are …
34
votes
63answers
4k views

What’s the most painful product to develop against?

I know this is subjective and not really a question. I won't feel bad if it is closed, but I'm curious about this. I was recently learning some details about a project that uses Microsoft Sharepoint …
32
votes
15answers
1k views

Hired as a developer to maintain and update current code base, no docs!

This is my first job after graduating: I was hired with literally one day overlap from the last remaining developer's last day and my first day. I was given a very very quick rundown of basic …
31
votes
52answers
3k views

What are the biggest potential time wasters in development?

Actually I am interested in hearing others experience on this subject: Time wasters. By saying that, I mean the things that are a trap to fall into during the development phase and let us developers …
31
votes
12answers
4k views

Using EMACS as an IDE

Currently my workflow with Emacs when I am coding in C or C++ involves three windows. The largest on the right contains the file I am working with. The left is split into two, the bottom being a …
28
votes
26answers
2k views

Inherited a PHP nightmare, where to start?

I've inherited a PHP project that's turning out to be a nightmare. Here are the salient points: All the original developers have left The code has no version control All development and testing was …
28
votes
33answers
3k views

Worst PHP practice found in your experience?

What are the worst practices found in PHP code? Some examples: Use of $array[reference] without single quotes Instance "hidden" variables into inclusion files, which are needed later Lots of …
25
votes
20answers
2k views

Should developers go to grad school?

In one of the early SO podcasts, my evil twin (Obvious Troll) asked if he should go to grad school - and the answer was a resounding "meh". Now, since then, I've made my decision - but I still want …

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