4
votes
16answers
499 views
Would you hire a C++ programmer with 10 years experience for a C# role?
(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 …
33
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 ha …
17
votes
16answers
997 views
Favorite non obvious feature of svn?
What is your favorite non obvious feature of svn?
0
votes
6answers
97 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 experie …
39
votes
170answers
5k views
What’s the first program you wrote 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 …
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 …
3
votes
41answers
881 views
On your very first program, which construct hooked you on programming?
To me it was the If statement, I'm psyched up, since then I believed that computers are very intelligent, or I can at least make it appear intelligent because of it.
28
votes
21answers
1k views
Is a College/University Degree Still Relevant?
In an age where experience seems to be paramount, does anyone still see great value in having a college (specifically Computer Science) degree? Would those three years be better sp …
0
votes
4answers
124 views
Third party control suite’s for Windows Forms
DevExpress or ComponentFactory's: Krypton Toolkit
I am looking for people's experiece with either.
Ease of use(programmatically)?
Accessability of help and support?
User Comm …
3
votes
10answers
144 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 tec …
97
votes
74answers
4k 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/Ab …
10
votes
15answers
408 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 Ra …
7
votes
10answers
688 views
3D Game Development tips (especially game architecture)
tl;dr version: What is the best advice (that you learned by experience and not from books) that you can give me, with regards to 3D game architecture? (as in, how to design and con …
3
votes
14answers
523 views
Powershell pitfalls
What Powershell pitfalls you have fall into? :-)
Mine are:
# -----------------------------------
function foo()
{
@("text")
}
# Expected 1, actually 4.
(foo).length
# ---- …
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 …
