Tagged Questions

31
votes
18answers
3k views

Is modern C++ becoming more prevalent?

When I first learned C++ 6-7 years ago, what I learned was basically "C with Classes". std::vector was definitely an advanced topic, something you could learn about if you really w …
1
vote
1answer
20 views

Good eProduct Survey Questions/Tips

Hello, I have a small e-product and now I would lke to collect testimonials and other general information from my customer base. I plan on using Google Docs to conduct the survey, …
12
votes
19answers
1k views

How do you handle rude clients?

Hi, A friend told me he needed my services to code the web and DB system (it wouldn't be a basic system at all) for his business. However, his business partner is quite dishonest …
4
votes
2answers
438 views

How do you handle multiple (overlapping) projects in trac?

We are using trac and are really satisfied with it. However, out of the box, trac is best suited for single-project environments only. I'd be interested to hear about the various a …
3
votes
9answers
368 views

Is there any programming language where the variables types sizes in bits depends on the platform (32 vs 64 bit)?

I am C# developer and I am almost certain that in this language an "int" is always 32 bits regardless of the platform (32 vs 64 bit), a "long" is always 64 bits, a float is 32 and …
4
votes
14answers
616 views

How often do you use pseudocode in the real world?

Back in college, only the use of pseudo code was evangelized more than OOP in my curriculum. Just like commenting (and other preached 'best practices'), I found that in crunch time …
0
votes
8answers
159 views

Do you prefer functioning or including within one php file?

Hi, How do you manage your php codes? Do you prefer functioning within one php file or including larger blocks of "raw code"? Edit: In fact, my code is pretty nasty, as I don't u …
3
votes
12answers
362 views

Strategies for working under stress [closed]

Duplicate of: How to manage stressful situations? How do you vent stress as a programmer? What strategies do you use to work when you're under stress (e.g. tight deadline …
6
votes
9answers
483 views

How much time do you spend writing code?

Hello all, as a junior developer I am curious to know: How much time do you spend actually writing code? As a bonus, what kind of code (e.g. scripting, OO, functional, db, etc), an …
9
votes
15answers
2k views

How to recognize a good programmer?

Our company is looking for new programmers. And here comes the problem - there are many developers who look really great at the interview, seem to know the technology you need and …
4
votes
7answers
743 views

Job interview coding task

According to Manoj's answer to my question here, what do you suggest as a good problem that should stretch the interviewee's (horrible word ;-) programming capabilities and show wh …
1
vote
6answers
424 views

To Which Open Source Projects Do You Contribute?

Are you regularly contributing to any open source projects? Which ones? How many contributions have you made? What attracted you to them?
3
votes
15answers
376 views

Do you personally identify with your code?

On the latest episode of the Stack Overflow podcast (episode #25), Steve Yegge mentioned how bad it was to get emotional with your favorite framework, language, technology, etc. D …