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 32 vote down

Everyone will work from 9-5 because that's what our customers work. Of course, we were selling to banks, most of whom existed in at least 5 different time zones, and some of whom were 12 hours time difference from us, but somehow they cared if the developers at a different company worked banking hours...

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

My ex-company (consulting) introduced the so called "objectives" for every employee.

You had to set at least 5 work-oriented objectives every six months, and then you discussed the results at the end of the timespan. The entire process was so complicated and time-wasting that at a certain point, when you pronounced the word "objectives" everyone was shivering.

Last note: noone ever knew how the objectives influenced your final evaluation.

link|flag
1  
Yeah, we have SMART objectives. They still suck. I don't think they are taken seriously, neither by colleagues nor the team leads, so what's the point in doing them if they aren't helping you in career development? No one is following up on my objectives, judging and rating them. So ... nah. – steffenj Oct 12 '08 at 10:28
1  
That crap drives me insane. I always figured it was simple: I do my job and get to stay, or I don't do my job and I get fired. When did doing your job well become insufficient? – Kyralessa Feb 12 at 14:27
show 4 more comments
vote up 8 vote down

I once heard about a topdown decision to only use our local language(as in danish), which on highlevels make sense, but in code and schemas it gets very very messy

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

We used to have a weekly get-together meeting for the whole company. Good intention, except that the meeting was scheduled half an hour before the regular working hours. On a Monday morning. For several years.

What followed was that the meeting was attended only by 50% to 75% of the company, certainly never everyone. Also people kept coming in while the meeting was underway, causing disturbances and everyone knew who was late this time. Even worse, everyone knew who was late or not even showing up at all on a regular basis. More often than not one of the team leads (who are supposed to present last week's work) came in late as well.

It has been argued that the meeting's schedule was so that it could act as a kick-off into the week and it was scheduled before the regular hours so no one's work would get interrupted.

However, those who needed to come in early on a Monday of all things weren't happy. No one liked coming late but some had to drive a long way through heavy monday-morning traffic but didn't want to get up extra early on a Monday to be surely there on time. And those who always came to work early still had their work interrupted, and actually wished the meeting would be even earlier.

link|flag
show 3 more comments
vote up 15 vote down

Stupid decissions:

I work with a rather large company with offices spread across europe mostly. For years each office had it's own internet access. Think ADSL line or so. That was very ok for internet reserach, email, download patches ect.

Then the company decided that it's cheaper and neater if all offices use the same internet connection. Now we have a fast VPN (that noone ever uses) and the ordinary internet traffic gets through a single line for half a thousand people.

Guess the fun if you really have to download something large. In my case that's often a OS image from customer for debugging. With the old line the download completes within minutes. With the new line it may take a day to download 130mb and you take down the company internet line for half europe as well.

Automatic updates of the various software that we use is fun as well. A 10 mb patch sent out to 500 people can take down the internet for a day.

For large (100mb haha) downloads we started to leave the office and do the download from home. That's faster and nicer for your workmates.

That's so stupid.

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

That our test information, setup, method and results, for Unix applications should be copied from flat files and pasted into an MS Excel spreadsheet.

Our team leader belives it doesn't exist if it's not an MS document!

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

I once worked for a company where the software project managers were all electrical, electronics, or mechanical engineers. Not a single software engineer in the bunch. Some of the electronics guys (and gals) weren't bad, because at least they had written code before (full disclosure: I come from an electronics background, but got my BS in CS). The worst project manager I ever had on a software project was a mechanical engineer.

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

Years ago, I worked for a company that had just started development on PCs in C. Previously all development was on mainframes in Fortran.

The company policy was that each "module" had it's own source file. This seems reasonable, except a "module" was defined by an entry point. So, in Fortran a "module" was a program, and in C, it was a function.

But having several hundred tiny C files wasn't that bad, because it never happened. Because the company also had very strict documentation procedures, which required 7 pages of documentation (including a cover sheet) for each "module".

So, you were left with the choice: Writing a properly structured and factored design (and then spending the next year writing phone-book sized documentation, of which 90% was boiler-plate and 99.9% was useless), ... OR ... just write massive functions.

Once, while looking through another developer's code, I found a 300-line case block, inside a 500-line switch() statement, inside a 700-line while() loop, inside an 800-line if(), inside a 1000-line while() inside a 3000-line function.

link|flag
1  
brain all hurty now – Paul Nathan Oct 12 '08 at 15:44
show 2 more comments
vote up 49 vote down

Running an intensive virus scan every day on developers' machines, in the middle of the day while we are trying to build and debug code. VERY annoying.

link|flag
show 9 more comments
vote up 3 vote down

I keep a thumb-drive with me at all time, containing a collection of tools to help be diagnose the various computer problems people ask me to fix. Recently, I used the thumb drive to copy something from my laptop to my office desktop PC, and accidentally left the thumb-drive plugged in overnight.

Everynight, IT runs virus scans on every PC in the office. The scan flags one of the apps on my thumbdrive (lowlevel hard-disk reader) as a "hacking tool". Now, despite the fact that the scan clearly showed that nothing had been affected by the tool, and that it only existed on the thumb-drive, IT had to seize my PC and run a hard-code scan on it -- leaving me with no PC for 5 hours one day.

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

Group policy that lets only the help desk install applications on all computers, including developer workstations. I can't even change the font in the Visual Studio command prompt.

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

Working in a non IT company, I think that the most annoying policy they ever introduced is to let the business part of the company ahve the final decision when it comes to purely "computer technical" points (and of course, being always involved in that choice).

This leads to SO STUPID decision, simply because they just don't have a clue ot what they're talking about. Wrapping all their decisions with cumbersome working instrucions full of paper work and manual work to ensure compliance, they said.

We end up with absurd situations like this one:

One of the process step the development team had to do (and did for years before I came!), is to map all the requirements identifiers to the resulting input in the tool (for a data capture). The mapping process consists in putting in a database a row for each requirement mapped to an input, describing the hole thing. The business decided that this work should be done MANUALLY! More thant 5K rows to be inserted one by one in a database by a person who should take care to avoid mistake (and another one that will do a peer review).

When I saw this, I immediately wrote a little script that would do same job (without the errors). It took me half an hour. Now, it's been three weeks that they are trying to find a way to validate this script, because they still have more confidence in someone signing with his soul about the work he did for 2 weeks than what a computer can achieve in 5 minutes.

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

We're currently fending off pressure to use Macroscope documentation for all projects. For those not familiar, Macroscope requires roughly 20-30 10 page requirement, spec, and design documents for every single module, describing your justification for why you decided to build this module rather than use an existing one, and what decisions you made when designing the module, and so forth. The problem: we've got over 200 applications that our 4 person group wrote over the last 5 years that would need to be documented before we could update them in any way.

link|flag
vote up 7 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
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 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 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 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 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 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 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

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 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

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 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 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 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 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 3 vote down

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

link|flag
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.