OK, I hope this isn't legally binding :-p:-
- The fact that it's an internal IT department meaning software quality is horribly compromised. This simple fact means that I, as a developer who's actually passionate about programming, will never be happy until I work for a real software house. Joel Spolsky wrote about this very well:-
Internal software only has to work in
one situation on one company's
computers. This makes it a lot easier
to develop. You can make lots of
assumptions about the environment
under which it will run. You can
require a particular version of
Internet Explorer, or Microsoft
Office, or Windows. If you need a
graph, let Excel build it for you;
everybody in our department has Excel.
(But try that with a shrinkwrap
package and you eliminate half of your
potential customers.)
Here usability is a lower priority,
because a limited number of people
need to use the software, and they
don't have any choice in the matter,
and they will just have to deal with
it. Speed of development is more
important. Because the value of the
development effort is spread over only
one company, the amount of development
resources that can be justified is
significantly less. Microsoft can
afford to spend $500,000,000
developing an operating system that's
only worth about $80 to the average
person. But when Detroit Edison
develops an energy trading platform,
that investment must make sense for a
single company. To get a reasonable
ROI you can't spend as much as you
would on shrinkwrap. So sadly lots of
internal software sucks pretty badly.
The other problems pretty much stem from this one. I also feel rather trapped in internal software atm too. :'-(.
- Lack of code review and properly enforced standards meaning code quality is extremely variable.
- No bug tracking so problems keep on coming up and you simply forget how to deal with them, also there's no log of what's been keeping us busy and what hasn't. Not good.
- Lack of regression tests for the majority of existing software including critical systems, meaning breaking changes are common.
- Being second-class citizens in the company as a support department, since you're a very expensive department and you make the company no money.
- Working on very boring CRUD problems all day.
- Having experienced contractors telling you that it's like this everywhere they've worked... (in internal IT)
- Having financial pressure meaning you pretty much have to stay there for at least a fair while longer.
- Never being allowed to refactor code, ever, regardless of atrocious quality in some instances.
- Dealing with accidental complexity all day and perhaps 5 minutes of some inherent complexity.
- Feeling like there's no way out...