37
votes
31answers
3k views
Is there a valid reason for enforcing a maximum width of 80 characters in a code file, this day and age?
Seriously. On a 22" monitor, it only covers maybe a quarter of the screen. I need some ammo to axe down this rule.
Edit: I'm not saying that there shouldn't be a limit; I'm just saying, 80 characters …
28
votes
43answers
3k views
What stupid policies affecting developers has your company introduced?
Recently my company has introduced a new policy that routes all incoming telephone calls into the development dept as well as everwhere else.
This seems crazy to me as:
There is noting worse than …
15
votes
22answers
1k views
Do you pseudo-code?
Do you use pseudo-code to help you program? Does it help you write your programs faster with less bug-prone code or does it simply waste time?
Should it be standard practice to declare what you're …
8
votes
14answers
458 views
How can I convince IT that F/OSS software isn’t evil?
When trying to link some well established tools to my company's active directory, I hit a roadblock. I was told that:
"Sorry, I cannot trust our domain admin password to [F/OSS] software...".
…
6
votes
14answers
462 views
Commercial version control
My boss wants me to think about what to use for version control. I am a big fan of subversion, bazaar, mercurial, etc. However, we have a policy at our shop to not use open source tools!
Does anyone …
5
votes
7answers
266 views
Do you have any commit policies?
My boss announced yesterday a new commit policies for checkins into the repository. This policies are valid for commits into head/trunk and branches.
A commit message must have the following items:
…
4
votes
4answers
144 views
Getting Terms & Conditions and a Privacy Policy
Hi. I'm not sure if this question is appropriate for SO but I guess other programmers will run into this issue as well from time to time, so here we go.
I'm building a site where people can sign up, …
4
votes
7answers
5k views
Java RMI Tutorial - AccessControlException: access denied (java.io.FilePermission …
Yesterday I tried to get started with Java RMI. I found this sun tutorial (http://java.sun.com/docs/books/tutorial/rmi/index.html) and started with the server implemantation. But everytime I start the …
3
votes
7answers
90 views
Policy on maintenance releases vs normal releases?
My company is struggling with the question of maintenance releases versus "normal" releases, in the context of an application installed on-site at large organisations who pay for support. First let me …
3
votes
7answers
369 views
Developer hiring policies and practices
What qualities are you looking for in a developer? How do you find the kind of people you are looking for? Would you settle for less if no suitable candidate presented him/herself within a reasonable …
3
votes
8answers
462 views
Key ingredients for good tools policy?
A mere sub-standard screwdriver can turn a quick Do-It-Yourself job round the house into an exercise in frustration that makes you feel really exhausted, annoyed and helpless at the same time. This is …
3
votes
17answers
660 views
How to enforce locking workstation when leaving? Is this important?
Within your organization, is every developer required to lock his workstation when leaving it?
What do you see a risks when workstations are left unlocked, and how do you think such risks are …
3
votes
9answers
350 views
How often does your company pay for your training courses?
Does your company offer you training
courses to enhance your skills?
How many courses per year are you
allowed to take part in?
Does your company pay for the
training courses or do you have to
pay …
3
votes
0answers
144 views
administration: co-petition with, for instance, perlmonks? [closed]
What is the ideal stance for stackoverflow to take with regard to other similar resources, such as perlmonks?
2
votes
2answers
163 views
How to get Hudson CI to execute a Powershell script?
I'm using Hudson version 1.324 for CI and have a couple of issues:
Environment:
- Windows Server 2008
- Powershell v1.0
- Hudson 1.324 running as a service
- Hudson Powershell Plugin installed
- …
