Search Results

1
vote

How to enforce locking workstation when leaving? Is this important?

We combine social and technical methods to encourage IT people to lock their PCs: default screen saver/locking settings plus the threat of goating. (The last place I worked actually locked the scre …
1
vote

Is a “support” position a career dead end?

I think it depends on how specific the separation is. If enhancements and even major refactoring fall under the development team's umbrella, then it may be difficult for you to do new things in you …
3
votes

Does it matter where you get your CS degree

I think each aspect of your education is simply a little piece of your resume: if you find yourself competing against other candidates that are similar in many ways, then it may be a factor, and yo …
8
votes

How to deal with an inept and self-centered programmer?

The one time I worked with someone like this, we were completely unable to improve the situation ourselves. Fortunately, the person in question left the company of his own accord shortly thereafter …
0
votes

Using virtual servers for hosting SQL Servers

You might also check this question and …
0
votes

When can I start teaching my son to program?

You might also look at Suggestions on starting a child programming and …
2
votes

Telling bugs and features apart?

As much as I hate to say it, I think some of the distinction between bugs and features is not drawn by the developer. Maybe the requirements were clear, maybe the design was clear, maybe the implem …
1
vote

ColdFusion vs PHP

I don't have any experience comparing PHP and ColdFusion, but I can speak from a ColdFusion perspective. It can certainly be used to develop enterprise applications, and it can be used for …
0
votes

Function point to kloc ratio as a software metric… the “Name That Tune” metric?

KLOC is tolerable if you strictly enforce code standards, kind of like using page requirements for a report: no putting five statements on a single line or removing most of the whitespace from your …
2
votes

How do you unit test a unit test?

Remember that the cost of fixing defects increases (exponentially) as the defects live through the development cycle. Yes, the testing team might catch the defect, but it will (usually) take more w …