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 …
4
votes
16answers
579 views
Would you hire a C++ programmer with 10 years experience for a C# role? [closed]
(Marking this as community wiki as I'm aware that it is subjective.)
If you were hiring someone for a C# role, would you consider a candidate with 10 years experience in C++ (and C), but no …
0
votes
3answers
27 views
Transitioning from Associates CIS to Bachelor’s CS
I realize there are a bunch of questions regarding CIS vs CS degrees, but I didn't really find anything relating to my specific situation.
I am in the middle of my second year of an Associates Degree …
1
vote
0answers
45 views
What do you think about mapmalloc ?
I found following memory profiler:
http://www.solucorp.qc.ca/miscprj/mapmalloc.hc
It should be light and fast. Can someone share any experience with it?
42
votes
173answers
5k views
What’s your first program that you were proud of?
What's the first program you ever wrote that you were proud of and why?
For me it was probably a Delphi 2 program I wrote that simply monitored Windows' memory usage and displayed a bar graph in the …
21
votes
57answers
2k views
What are the important notions in C that you did not learn from your teachers
Hi
In September, I will give my first lectures on C to students in engineering school (usually I teach math and signal processing, but I have also done a lot of practical work in C, without giving …
31
votes
121answers
6k views
What is the strangest programming language you have used?
For me I think it has to be the scripting language of an old proprietary telephony platform I used in the early 2000s. The language itself was not so bad, but the fact that it was meant to be edited …
0
votes
6answers
101 views
More Valuable Skill
When job hunting for a developer position, what looks better? Working on a renovation project/creating a new application OR supporting legacy applications.
With 3 years of experience I've spent my …
11
votes
15answers
413 views
Is reading too many management books too early for me?
I do not yet have 3 years of experience in development, and I have been reading management books by people such as Michael Lopp, Joel Spolsky, the Art of Project Management, and Rapid Development by …
3
votes
10answers
150 views
When career conflicts with company
I'm working in a small company that runs an online product. The product works so far, but they want to add a lot of additional features to it.
They're using reasonably current technology (ASP.NET, …
66
votes
42answers
3k views
Have you ever written a computer virus (or at least tried)?
The title pretty much says it all: have you ever written (or tried to write) a computer virus? I know pretty many young programmers try to do something like that in their early days. Did you? If yes, …
28
votes
35answers
2k views
Debugging techniques
Debugging is the most time consuming activity of programming. So using appropriate tools and techniques is paramount to efficiency and productivity.
What are your favorite debugging techniques, and …
22
votes
23answers
2k views
What programming hack from your past are you most ashamed of?
We've all been there (usually when we are young and inexperienced).
Fixing it properly is too difficult, too risky or too time-consuming. So you go down the hack path. Which hack from your past are …
22
votes
14answers
1k views
Next Steps After Being Fired?
I was fired from my job this morning, after an incident on Monday night for which I was suspended yesterday. I've contacted an appropriate government agency to look into the matter, given the …
34
votes
25answers
2k views
Does pair programming work?
At our company, we the developers tried some methodologies to be more productive. One thing we could not try was Pair Programming. The reason is, that we are a small company and have only few …
