Tagged Questions

1
vote
6answers
74 views

When does technical documentation violate the DRY principle?

We had a project where things got in a bit of a mess a while ago because of inexperienced developers. The main issue was the fact that the programmers rushed directly into writin …
1
vote
3answers
243 views

What did Joel Spolsky mean by the other three methods of software management?

I've just read Joel's "Three Management methods" http://www.joelonsoftware.com/items/2006/08/07.html but I'm really interested in some of the other ones he mentioned, including: …
6
votes
6answers
141 views

How to prove my stakeholder and manager my software works?

What do software engineers encounter after another stressfull release? Well, the first thing we encounter in our group are the bugs we have released out in the open. The biggest p …
6
votes
17answers
626 views

Is 26 too young to become a technical manager?

I'm 26. Long story short: I've been programming for over half my life all the way from 8088 ROM BASIC to TP to VB to C++ to C#. Lately, I've been less interested in coding, and mo …
164
votes
132answers
11k views

Perks for new programmers

I intend on hiring 2-3 junior programmers right out of college. Aside from cash, what is the most important perk for a young programmer? Is it games at work? I want to be creativ …
0
votes
2answers
46 views

.net c# order management library

I have the need for sql based library that will allow me to create products, order items, orders, etc to support e-commerce on a .net mvc site. Does anybody have a suggestion as to …
3
votes
19answers
320 views

Is it necessary to be an expert in “X” to be a qualified manager of people that do “X”?

I've spent several years in software development, using many different languages/technologies. To be clear, I have 10 years of software development experience myself. Now as I wa …
1
vote
2answers
67 views

What level of management participation is important to you as a Technical Team Lead?

My company is undergoing a reasonably major relocation project and my manager, who works in a different building, will soon be located even further from my team and I than before. …
2
votes
5answers
97 views

Source Control: How to Handle Different csproj

I am working in a team of 5. We are working on a C# application with 5 csprojects. The problem is that for each csproject, each of my colleagues has their own ideas on how to ref …
10
votes
15answers
404 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 …
0
votes
3answers
74 views

Aligning a class to a class it inherits from? Force all stack alignment? Change sizeof?

I want to have a base class which dictates the alignment of the objects which inherit from it. This works fine for the heap because I can control how that gets allocated, and how a …
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 relate …
36
votes
47answers
3k views

How do I reward my developers for the little things they get right?

I am in a tech lead role and my developers get stuff right most of the time. How do I communicate to them thier value to me? (I.e. they have value because I do not have to go thro …
48
votes
46answers
3k views

Should developers *really* have private offices?

We will probably be moving within a year, so we have to make some decisions regarding office layout. At the moment, our company is basically one big office. When our developers …
1
vote
4answers
48 views

Platform independant resource management

Hi, I'm looking for a way to embed text files in my binaries (like windows resource system). I need something thats also platform independant (works in windows and linux). I found …

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