vote up 28 vote down star
17

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 being interupted from a complex issue by some silly job agent cold calling
We are small but there is still a support team and receptionist
The ringing is distracting

I wondered what other short sighted policies such as this you have seen introduced?

flag

43 Answers

1 2 next
vote up 31 vote down check

I worked for a small company. Vacations were given by seniority and had to be turned in by March 31. There were times I'd put in for a week off on Feb 1, and someone with a week/month more seniority would put in for the same time on Mar 31 and bump me.

Or how about you get 3 sick days per year. Jan 1 your sick balance goes to 0. You may not take a sick-day unless you have 8 hours accrued (which means you can't take a sick day until sometime in May... and cold/flu season here is Jan-Mar).

But my favorite from this company (who was a Microsoft GOLD LEVEL PARTNER!!) is they decided that Source Control was too expensive (Microsoft gives away Visual Source Safe to it's partners FREEBIE), and complicated (it took less than 5 minutes at my next job to describe the features of Tortoise CVS to me... and most of that was waiting for the program to install!).

link|flag
show 7 more comments
vote up 0 vote down

An unnamed friend once worked for a company who did not allow the use of python because "we are a company that works for money, therefore we don't use free software".

As for personal experience, I once had to design upon incomplete, but signed off specs, and I resorted to prototype code to understand better how to solve outstanding issues. I was forbidden to do any coding whatsoever until the design was completed and signed off. Needless to say I did not care and I prototyped anyway. The final design and implementation were rock solid.

link|flag
vote up 0 vote down

Allowing the notion that if your working on a different project. We should be reinventing the wheel in different ways. Well... you get the point.

link|flag
vote up 0 vote down

Banning the use of USB pen drives.

We frequently need to copy stuff to/from customer machines that aren't on any network, but because some dork once lost a pen drive with some confidential information on it, nobody at all is allowed to use any pen drive at all.

Two problems with this: 1. it's punishing the many for the sins of the few. 2. I can't do my job without them.

link|flag
show 1 more comment
vote up 0 vote down

During the beginning of this recession we were told that we weren't allowed to work on internal projects any more. Oddly enough, two of us in the IT department were here specifically for programming purposes. We didn't really have any client projects that required programming. We were told to try and put in all of our hours towards client projects. Needless to say, a few weeks later when they were looking at costs, they told us that we were over budget and we needed to put our times somewhere else... so it went back towards internal projects.

Sometimes I just don't understand. I'd volunteer to only work 4 hours a day if that's what they really want!

link|flag
vote up 0 vote down

when they built our offices, the put a server room off of the area where the cubicles are.

we have one rack with at least 8 servers in it, and it produces a ton of heat

there is a vent and blower in the top of the server room, but the other end of that vent is on the other side of the wall point down at the cubicles, particularly mine!!

That means that year round, our AC runs constantly to keep the cubicles at an almost uncomfortable temperature of 75 degrees, even in the winter, when it is in the teens outside and snowing (read: not often for NC), the AC still runs constantly

just last week the AC failed, and the temp got up above 81 within about 20 minutes, and was getting hotter

people complain all the time about being cold, but really they are cold only because the AC is always on and always blowing, but lucky for me I get to sit under the server room heat and suffer from heat exhaustion every day. if the heat was vented properly, the AC wouldnt run all the time, and the temp would stay much more stable without the superheated server room air blowing around.

I finally emailed our VP about it in hopes that they can fix the problem

link|flag
vote up 0 vote down

1.

Fill the timesheet / Daily report for what I did every day

Either I have time to complete my tasks, or, fill the time sheet. I have no cue what is the purpose.

2.

Write pure ANSI SQL

3.

You should never write a program for a business logic. You should create your own (buggy) 4GL language and syntax (which is hard to learn and share) to do few very very simple tasks. Every single lines of codes must be generic and reusable that does not buddy with any business logic.

4.

Try to do messaging without polling and any kind of server.

5.

Dress Code

6.

Work without Administrators rights (or even power user) on Windows.

link|flag
vote up 2 vote down

Oh I have a great one, my company uses as proxy to block certain types of websites and as a policy they block ALL BLOGS!!! Every solution to a problem I end up googling would almost inevitably end up being on a blog, that is so frustrating. They also blocked stack overflow when it first started.

link|flag
show 1 more comment
vote up 0 vote down

I worked for a place that wouldn't let me have a Python or Ruby interpreter on a server system because "they are compilers".

They did however have a PERL interpreter on them. PERL is fine and I can use it, but I much would have rather of had the option of working in my language of choice.

link|flag
vote up 1 vote down

The usual timekeeping complaint. I have to track my hours and leave detailed notes on what I'm doing. Then leave detailed notes in check-in notes. Then leave detailed notes in a weekly wrap-up spreadsheet.

We used to have an office that the coders shared, it was warm and we could close the door and block most of the noise. Now they want all of IT in the same area so we're in cubes next to marketing and sales. The noise from the people and printers can be incredibly distracting.

SCRUM.

Quarterly meetings are two hours before working hours and in the middle of nowhere so that we can get back to work a full day.

The process for getting an application up to production or even a patch can be complex and time consuming than writing the actual app.

At the main office everyone has to take lunch exactly at noon and finish exactly at 12:30.

Heavily filtered internet access.

link|flag
vote up 0 vote down

one word -> SCRUM

link|flag
show 2 more comments
vote up 0 vote down
  1. We use VSS and do so in a fairly ungainly fashion. No periodic builds, not enough coordination between devs when working on the same project, and attempts to address this have been rebuffed.

  2. We have some internally set guidelines/rules/coding standards in plac, including how to do things like deployments. But they aren't uniformly followed, and indeed a mistake I recently made lead to a rebuking (not an unkind rebuking; I like my boss generally) but dev #2 (I'm third/dev #3, speaking in terms of time with the company and Boss has the most) usually skips most of it and that's been true for several years. I'm not always following them as closely as I should but I'm way ahead of the other two devs. This is really frustrating me, too.

link|flag
vote up 3 vote down

I can't believe I forgot this one:

Probationary employees aren't allowed access to our servers for security reasons. Instead they are required to ask one of the senior devs to log them in. And then the senior dev goes away again. And there's only one admin account, so there's no audit trail if something did happen.

link|flag
show 4 more comments
vote up 1 vote down

My company changes its deployment process every couple of months. No one knows how to follow the deployment process anymore.

Also, they bought an expensive tracking system last year, only to replace with a different (expense) tracking system this year.

link|flag
vote up 3 vote down

Contractors are not given user accounts to planning tools. They cannot officially be assigned any work.

link|flag
vote up 18 vote down

No Internet access.

Unbelievably stupid. My career at that place lasted two days before I handed in my notice - thank god for probation periods!

link|flag
1  
Wow, you lasted 2 days? – Giovanni Galbo Feb 12 at 12:41
vote up 9 vote down

Every company I've ever worked for has wanted me to fill out a timesheet.

While that's bad enough, the worst part is that they never wanted me to state how many hours I actually worked. If I worked 7 hours one day and 10 the next -- no matter. I was always to put down that I worked exactly 8 hours a day, 5 days a week. Every timesheet was always exactly the same.

link|flag
show 2 more comments
vote up 5 vote down

We have a general policy of complete computer lockdown. This is no good when you are trying to develop software which involves say storing settings in the registry, or install settings or make changes.

Unfortunately the IT department think that I need exactly the same rights as a secretary typing on Word and Outlook.

link|flag
vote up 3 vote down

I have to use my picture on MSN (we use MSN for custommer support), I tried to warn them that this would trigger a lot of customers canceling the service, but they didn't listen to me... I'm sorry for them.

link|flag
vote up 3 vote down

All traffic goes through an NTLM authenticated http proxy; it sounds almost reasonable, until you realize that includes DNS lookups. Now a majority of my command line tools simply cannot cope with that.

Oh, our wifi uses an unsigned certificate that must be installed on each PC. It therefore doesn't work with iPhones or other wireless devices that either A) don't accept the installation of a certificate, or B) require certificates to be signed.

link|flag
show 2 more comments
vote up 10 vote down

I worked at a company where it was decided that developers must never wear headphones or use iPods etc as it was unprofessional.

Of course, most developers wore headphones to drown out the noise of the sales department, which dominated the open plan office.

The headpone rule included listening to technical podcasts/screencasts or producing applications that used sound.

link|flag
show 1 more comment
vote up 3 vote down

New management came in and decided we were all keyboard cowboys. He built his own functional spec template in a Word document and required us to fill out all 14 pages in detail. No blank spots acceptable. I had a few projects I had just finished up. His idea? You need to write functional specs for those old projects too.

So you want me fill out a 14 page document to describe how I'm going to do what I already did?

link|flag
show 1 more comment
vote up 2 vote down

I had a boss who decided that during team meetings everyone should have a form so that we could rate each other on several measures such as "How clear was our communication" and whether we were attentive.

Fortunately civil disobediance won the day.

link|flag
vote up 3 vote down

"What stupid policies affecting developers has your company introduced?"

No internal programming.

When I first came to work at the bank, there was a firm policy that no one was allowed to program. The reasoning was that we didn't have a staff of programmers nor a version control system to support legacy code. All development had to be outsourced so that consultants would remain responsible for support.

Unfortunately, getting a consultant hired to do even a trivial task took weeks. Their work was usually crappy and poorly documented since we tried to do it cheap. When it was complete we could rarely get the same person back to hack fixes into their buggy code.

The upshot of this was that instead of using real development tools to write good programs, we had users hacking janky crap out of batch files, Excel and manual processing.

Fortunately that has since changed.

link|flag
vote up 9 vote down

Even if you are prepared to pay for it yourself, you can not have a more comfortable chair than the CEO, and his was a cheap piece of junk for my 10 hours/day sitting ordeal.

link|flag
show 2 more comments
vote up 5 vote down

I was going to add this as a comment to Tim Farley's message, but it was too long, so I'll make it a separate message.

I once worked for a company who rented one section of a warehouse for office space. The other sections were rented to companies who used it, naturally enough, as a warehouse. So for the two years I was there, on the other side of a thin, and not-very-well-insulated wall, there were fork-lifts roaming.

I kept thinking... "just one wrong turn, and one of them would be crashing into my desk...."

link|flag
vote up 10 vote down

Every time you log on to one of our company's computers, you are greeted with a MessageBox saying (in effect):

This computer is company property. Every item stored on this computer is company property. Do not download or install illegal applications, do illegal activities, bla bla bla (text runs for 10 more lines or so).

Sheesh, like we don't know that.

For me it was annoying enough to block the server hosting the script that shows this messagebox with a "servername 127.0.0.1" entry in the "hosts" file. Works like a charm because the only thing that particular server hosts seems to be this messagebox script.

link|flag
show 1 more comment
vote up 9 vote down

At the last company for which I worked, I telecommuted from another state. The company used a standard form for all reviews across the engineering side of the company. Without setting foot in the office, I was marked down on my appearance by my boss. Guess I shouldn't have worked in my boxers quite so often... Needless to say, I don't work there anymore.

link|flag
vote up 40 vote down

A Dress Code

No jeans, no t-shirts, no hoodies, no shorts, no sandals...

There should be a badge for that. - [Best Dressed Programmer]

link|flag
1  
Reminds me of when I started work in a much warmer climate than I was used to. I showed up for work in Bermuda shorts, which was apparently against the dress code (that I was unaware of). Two days after I started, a VP saw me and told me, but also said it looked OK, so he changed the dress code. – Robin Oct 13 '08 at 14:20
1  
WHY WHY WHY do companies insist that coders need to be dressed up to do their jobs? I will never understand this. – Dana Oct 14 '08 at 20:00
1  
I think that some form of dress code is fine. Perhaps not suits, but when your customers come through and all your devs are wearing ripped jeans and dirty old metallica t-shirts... you'll have less customers – Orion Edwards Oct 14 '08 at 20:16
1  
I do agree with a dress code. I don't agree with a shirt and tie. – Erin Oct 29 '08 at 14:51
show 8 more comments
vote up 6 vote down

Once I worked for a small company where the owner had a hobby of woodworking. Since we had some extra space in the warehouse part of our office building, he built out a woodworking shop there. Usually he just used it on the weekend so it never caused any trouble.

One year he decided he was going to hand-make the holiday gifts he gave to everyone that year, and he spent a bunch of time in the wood shop during work hours working on this project.

It was a bit of a problem for the programming staff because the wood shop was just on the other side of a not-very-well-insulated wall from our work area. Can you imagine trying to program with a table saw running a few feet away?

Fortunately the guy was a programmer himself, and after we complained he severely curtailed using the shop during work hours. But until that happened we had a very low productivity week or two.

link|flag
show 2 more comments
1 2 next

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.