vote up 34 vote down star
12

I know this is subjective and not really a question. I won't feel bad if it is closed, but I'm curious about this.

I was recently learning some details about a project that uses Microsoft Sharepoint as the development platform and honestly I don't know if they are doing something very wrong or the product itself is just a pain to develop against, but it was like an horror story.

The funny thing is that using Sharepoint like that is very common. I have heard about many projects that attempt to use Sharepoint as the platform for bigger applications. In most cases is a business-driven decision and not something suggested by the development team.

And don't get me wrong, I am totally aware that Sharepoint might be the best fit for many scenarios and that business needs are always higher on the priority scale than developer comfort, but that doesn't lessen the fact that some products are just so nasty that in extreme cases developers quit their jobs (or change projects) just in order to avoid them.

Which product embodies your worst developer-nightmare?

I nominate Crystal Reports. I just hate the thing.

flag
show 1 more comment

63 Answers

1 2 3 next
vote up 145 vote down check

For webdevelopers, it's certainly Internet Explorer 6. :D

link|flag
1  
Very good answer, I think we might have a winner here =) – Sergio Acosta Mar 27 at 9:47
6  
Sounds like somebody never had to write a site that was compatible with IE5 on the Mac. – glenatron Mar 27 at 17:00
1  
I don't like IE6 – Martin K. Apr 2 at 12:28
1  
At work we call it "IE SUCKS" – jerebear Apr 6 at 0:33
show 9 more comments
vote up 74 vote down

Crystal Reports is the lonely king of this! Everything works fine - until one magic moment! And from then on, you have often no chance to identify the error or fix it.

link|flag
1  
+1 for Crystal Reports, I've considered putting on my resume so that if it is ever mentioned during the interviewing process I could walk away. – bigbrother82 Mar 27 at 17:51
show 16 more comments
vote up 49 vote down

Lotus Notes.

It is almost impossible to use version control in tandem with it.

And that's just first in a very long list of complaints.

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

The worst product to develop for is SHAREPOINT. It's hard to debug, hard to set up, hard to do everything.

It's a pain in the neck!

link|flag
2  
Think you forgot expensive ^^ – Oskar Duveborn Mar 27 at 17:17
4  
Sadly, your reply doesn't even scratch the surface of exactly how bad SharePoint is. For every one thing good about it, there are ten things horribly wrong. No respectable developer I've ever met has endorsed SharePoint. Clueless technology leaders, unfortunately, seem to favor it despite the fact that SharePoint has been known to repeatidly increase development efforts substantially. I have yet to find a single successful SharePoint implementation that cost less than custom ASP.NET development. This applies to short term and even moreso to long term development cost. – senfo Jun 10 at 14:19
show 10 more comments
vote up 34 vote down

Frameworks which are developed from businesses as their own "inhouse framework".

They are overengineered, ugly, bloated, not maintrainable, obfuscated, against every standard, far away from good and bad.

One of the best things I've ever read came from Rod Johnson in his Book "Expert one-on-one J2EE design and development" when he said:

The first rule of developing frameworks in-house is: don 't.

link|flag
1  
Argg. That's so true. Frameworks are the new IT dream just like CASE tools were 15 years ago. Wake up IT people!! – Sergio Acosta Mar 27 at 10:20
1  
Every development project of sufficient size either has a very high code duplication rate, a meaty abstraction layer over an existing framework (which is practically a framework), or an actual in-house framework. In most cases, the second choice is probably the best, but it really is a slippery slope from there to in-house framework :) In something like the Ruby world, building a DSL is what we're talking about here. – Russell Leggett Jun 15 at 13:11
1  
However, to add an example of how AWFUL this can be. I once worked on a project that used an in-house framework which replaced the database by serializing javabeans to xml and storing them on the filesystem. The "architect" thought it was the height of innovation. (Even though it sometimes took several minutes to fetch data) – Russell Leggett Jun 15 at 13:16
show 6 more comments
vote up 21 vote down

Another one I just remembered is Microsoft Access.

And I'm not talking about Microsoft the-friendly-end-user-desktop-database Access, but about the Microsoft just-turned-into-enterprise-application-platform Access.

link|flag
2  
Access is such a joy when you're making an inventory of your books or baseball cards...but such a pain when your boss gets hold of it. :) – Bill the Lizard Mar 27 at 12:08
2  
When I was a consultant, we used Access all the time ... and LOVED it. We could get a quick and scrappy business app running for 1/4 the cost of full blown (which the client would have never paid for), then the client decides they need full SQL Server with web/gui front-end ... and called us back. – LuckyLindy Mar 28 at 4:53
1  
Access IS a great product and a pleasure to develop with. Just use it for what it's made for: RAD of workgroup db apps with less than 20 users. – Patrick Honorez Sep 16 at 8:45
show 3 more comments
vote up 16 vote down

I have had a little experience with Sharepoint and, yes - it was painful.

One of the most painful experiences I had to develop on was Oracle Application Express (formerly HTML DB). It was great to develop quick, small applications on but as soon as you wanted to do anything slightly outside of the norm it was a nightmare.

It's probably better now though!

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

ESRI ArcObjects caused me years of agony - so many interfaces and C++ exceptions spewing their way out of the API.

link|flag
1  
I developed for ArcObjects for my Master's thesis. If you want to do simple stuff like mod the ArcMap interface or something it works fairly well, but once you try to access more advanced functionality to actually manipulate geographic data you'll find a buggy, poorly documented mess. – Chris Upchurch Apr 1 at 20:08
1  
For my PhD I wised up. The only thing I wrote in ArcObjects was code to get my data from shapefiles into plain text. For everything else I just rolled my own stuff from the ground up. – Chris Upchurch Apr 1 at 20:09
1  
I had to use ArcObjects to render some stuff on a tabletPC app...as an intern. I soon learned how to divine the meaning of undocumented API calls. I will say that they were at least fairly powerful for what we were doing, but clearly outdated. – firebird84 Apr 1 at 20:31
1  
ArcObjects... so powerful yet exists as poorly documented and buggy COM interfaces. Their tools (desktop, server and SDE) are getting much better though. Many new managed APIs. – Joseph Daigle Apr 2 at 15:04
1  
OMG! So True!! I bled out of my eyes. – Kieveli Jun 15 at 12:45
show 2 more comments
vote up 13 vote down

Having developed under Linux, I vote for the autotools: Automake, Autoconf... - they're as useful as painful.

link|flag
1  
@Artyom: provided that I'm not taking this post seriously, I'm not saying that they're not useful - it's exactly the opposite - I'm just saying that they are painful to use... – orsogufo Mar 27 at 14:25
show 3 more comments
vote up 12 vote down

JSF. Takes ages to get even basic things done. No documentation and nothing works right out of the box.

link|flag
1  
Oh dear, someone hasn't tried Facelets yet. – Damo Apr 17 at 14:08
show 1 more comment
vote up 12 vote down

Truly, Ektron CMS400 is easily the worst (both in terms of programmers' API and internal code) product I have ever seen.

Closely followed by RedDot. What is it about content management systems?

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

SAP.

I mean most of SAP. two or three years ago one of the biggest improvement in development environment was that the editor has syntax highlighting and auto completion.

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

The string operations in the standard C library.

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

I nominate Oracle Apps when people have to implement it without enough knowledge about how it works. It can be a beast if not configured correctly, and it eats up space like there's no tomorrow.

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

Using registry keys in Windows for storing the values.

Disadvantages of Registry keys:

  1. Increased memory overhead, leading to inevitable system slowdown as more software is installed on a particular system.
  2. Any application that does not uninstall properly, or does not have an uninstaller, can leave entries in the registry. Over time the computer suffers "Software Rot" as the registry fills with left-over and possibly malfunctioning entries.
  3. Installers and uninstallers become complex, much more than just copying files into a folder.
  4. Applications that make use of the registry to store and retrieve their settings are unsuitable for use on portable devices used to carry applications from one system to another.
link|flag
show 6 more comments
vote up 6 vote down

Not developing against Sharepoint but simply using it is like a nighmare. I'm not a web developer so it's very difficult for me to understand why going deeper into the document structure (or actually clicking any other link on Sharepoint) will require re-rendering of the whole page.

link|flag
vote up 6 vote down

I had a particularly bad time a few years back working on a very large BizTalk project. It does some cool stuff but the tooling is awful (and I'm aware of how much worse it used to be), and forget about testing any aspect of it in isolation - every change needs to be deployed to the server before you can see if it worked! We had everything scripted and some good automated tests but the feedback cycle was just short of an hour...

link|flag
vote up 6 vote down

Crystal Reports... seconded...

We're having major problems with Crystal Reports. They release versions on a regular basis and seem to purposely NOT make them backward compatible!

XML Serialization can be a ball ache, especially when dealing with string arrays declared in an XML Serialization class.

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

You guys are all wrong.

IE6 does suck yes, but interwoven teamsite (CMS) takes the cake. let me list some horrible things about it:

  • its written in perl, java, jsp (with inline java), and about 30K lines of horrible javascript
  • the DataDeploy (the thing to deploy the data) sucks. Reading its logs is black art.
  • developing DCTs is a nightmare because you have to use their horrible javascript API. (i found a bug where recursion was broken in it!)
  • while you develop in javascript, you might have to interface with perl, and also write scripts in perl.
  • installing it is really hard. there are a ton of config files everywhere.
  • it costs lots of money.
link|flag
show 2 more comments
vote up 5 vote down

Symbian OS phones - you try so hard to find documentation, and when(if?) you do, nothing actually behaves as it is documented.

link|flag
vote up 5 vote down

Software is typically pitched at two groups of people: either the people who will actually use it, or the corporate decision-makers. If it's pitched at the actual users, it can't be too painful and still sell well. If it's pitched at VP level and up, to people who have the power to write big checks and never will touch the software, it doesn't matter how painful it is.

This means that the worst stuff comes from corporate giants. Several Microsoft products are listed here, and Microsoft gets a lot of sales out of convincing higher-ups to buy as much Microsoft as possible. SAP and Oracle are also very good examples. Companies that don't dominate, that don't have the boardroom cred, have to generate interest in other ways, frequently by making software that appeals to the actual users. (Microsoft was in this category before MS-DOS, while I doubt SAP ever was. It shows.) IBM products used to be painful to work with, because for most of IBM's dominance computers were really expensive, and therefore bought by executives (on my first job, whether to buy another megabyte of RAM was a VP-level decision).

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

Sharepoint for sure. It will make you want to kill yourself twice.

link|flag
vote up 4 vote down

Haven't seen it mentioned before: developing anything that interacts with Microsoft Exchange. Lots of great APIs to choose from, but in my (luckily very little experience) only pain was involved.

link|flag
vote up 4 vote down

FileMaker Pro for a few reasons.

  • The scripting system is so controlled that you do it by point and click
  • No separation of data files and code files
  • Poor performance
link|flag
show 1 more comment
vote up 4 vote down

Facebook - it's a moving target.

link|flag
vote up 3 vote down

Magento. Eshop framework comprised of 9000 files and less documentation than a wristwatch

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

I know few people have used this, but Biz Talk is awesome one day and someone shoot me the next day.

Behind that I would say the Visual Designer (web apps) in Visual Studio. I love Visual Studio, but the dam designer can drive me crazy.....

link|flag
vote up 3 vote down

I voted in favor (?) of Crystal Reports. But I thought Oracle deserved to be mentioned at least once. I mean every product which name contains Oracle.

Whatever the product you very consistently get :

  • poor UI (when usable at all). I once had a demo by an Oracle salesman of a product once developed by Siebel (cannot remember the name now). He warned me half laughingly of all the useless graphical stuff they had spent their time on : modal windows, a graphical designer... He then had a sigh of relief when we fell on a page developed by the Oracle guys where all you had was a text box to create your queries. Ha !
  • poor integration in its environment (ODP .NET parameters bound by position by default...).
  • inconsistent syntax. In the DBMS_LOB package, can you spot the discrepancy in the naming conventions between GETLENGTH and GET_STORAGE_LIMIT ?
  • legacy burden. They never pay their technical debt (do I get extra points for citing Jeff ?). Have a look at the OCI header files if you want to know what C was like 25 years ago. This point is obviously linked to the previous one.
  • poor quality/support. They once released an Oracle Client (9.2.?) where one DLL was linked against the debug version of the Microsoft C Library. This version is obviously not present on the usual workstation, so the client was just broken (as in non functional). At the time, you either had to wait for the next release, or get the patch from the overly priced Metalink support.

Funny note : Business Objects, now owners of the infamous Crystal reports, was founded by ex Oracle employees...

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

Developing a custom IFilter for Sharepoint Search or Microsoft Search Server equals a lot of pain - almost no relevant documentation and lots of unanswered questions.

link|flag
vote up 2 vote down

I'm wondering if you all people are still sane, no one mentioned Typo3 yet!

It's the worst.thing.I.have.ever.seen on earth. Horrible code base, cruel user interface; it's a waste of time of your precious live.

link|flag
1 2 3 next

Your Answer

Get an OpenID
or

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