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

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

My own personal hell of late has been OSCommerce. Sure, it's a great open-source platform for what it aims to do, but actually making any serious change or even implementing a module add-on seems to be an exercise in frustration and anxiety.

For that matter, I find any framework built on PHP to be something akin to a rolled-up wad of Christmas lights. I really hate digging through countless includes in almost as many subfolders to find a constant definition. (Again, OSCommerce, I'm looking at you!)

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

Interbase, version 6 or earlier.

This is one database that just refuses to scale. And if you try to remove old records to keep it slim, it will not re-index, ever. The only way to get it to shrink it to pump it to a backup, delete it, then recreate it using a god awlful set of metadata, then pump back from the backup. This process takes about 3 days on DB of 20 GB

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
vote up 0 vote down

Can I nominate OpenCV? It's a C++ library, but it's giving me lots of headaches.

link|flag
vote up 1 vote down

CGI in C!

You can complaint as much as you want on crystal reports, sharepoint, and other products, but they all pale in comparison with it.

It was the first job after I graduated from college (I had worked before that), and it was on a time where we already had jsp, asp.net, crystal reports, sharepoint, etc. So I am not doing an unfair comparison, its a real horror story :(

I switched job after 2 months and worked on an e-commerce product sold with an administrative software on asp.net (1.0), and yes it used crystal reports.

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

As someone who has primarily done Unix dev I'd say Windows is the most painful product to develop against. It feels cumbersome and backwards.

I also hated developing in anything other than assembly for PIC micros because the MPLAB tool was painful way back when I was doing embedded PIC dev (XP had been around a while, but MPLAB was still a 16 bit Win 3.1 program).

link|flag
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 2 vote down

For sure, Microsoft Commerce Server 2002.

  • Three different method to store data (including mashalling into a single column, XML and normal O/R mapping).
  • Three different ways of configuring data fields.
  • VB6-like APIs only half-way hidden behind a .NET-API
  • You see at each bit of the app that it has been developed by different groups that hardly speak with each other. A programmers nightware. Not meant to do things with beyond the base functionality.
link|flag
vote up 0 vote down

I detest writing RISC assembly.

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

The iPhone, or rather UIKit. UIKit's APIs are really more limiting than useful, if you go a little beyond what the example code does.

It's not so much that I haven't seen worse APIs - it's that on a product this successful, you'd think you'd get a decent UI toolkit. It's the combination of hype on the one hand, and the quality of the APIs on the other that's so disappointing.

link|flag
vote up 0 vote down

Dralasoft aka Clarify aka Verity aka LiquidBPM aka doesn't exist anymore, support guy from latest company to buy it says "What's Dralasoft?"

link|flag
vote up 0 vote down

not worked with M$ SP or CR so don't know.

Access is a pain, so is the liferay also had fair share of problems with developing add-in for office, it is bit better with VSTO but still pain in the back side.

link|flag
vote up 1 vote down

The ArcGIS server Web ADF. It's a horrible combination of the ASP.NET Atlas update panel stuff and the callback results framework, which might not be second and third, but are both in the top ten.

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

Facebook - it's a moving target.

link|flag
vote up 1 vote down

I would definitely nominate Crystal Reports, piece of ****.

-Bryan

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

I'd vote for Powerbuilder. (But it could have been the project I was working on back then...)

Oh and how about Borland Starteam for source control? Especially in combination with the Visual Studio integration. The pain! Does anyone actually use this?

link|flag
1  
Starteam: never again! – Pascal Thivent Oct 18 at 15:43
vote up 1 vote down

IIS with PHP and the only way you can access the server is WebDAV. Updating and debugging was pain...

link|flag
vote up 5 vote down

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

link|flag
vote up 0 vote down

I'll happily nominate BREW here. Not sure how much experience people will have had to agree with me, but having done a great deal of web development in the past and having suffered through Netscape 4 and IE 4, 5, 5.5, and so forth, I can say with confidence that nothing they do comes CLOSE to the backasswordness that is the BREW platform.

link|flag
vote up 1 vote down

Websphere has to be two of the most difficult application servers to work with. Difficult to setup, difficult to deploy, difficult to work out how feature X works and difficult to code anything for. Weblogic isn't much better, JBoss either. In fact most application servers to work with.

However, I'm sure there is a method to their madness considering they make so much money out of support, purchased documentation and training courses. Way to make money - make it convoluted!

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

Interfacing with MYOB

link|flag
vote up 0 vote down

Vignette Application Portal in conjunction with Vignette Content Management with some Vignette Dynamic Portal Module on the side. If you've ever done this you deserve some kind of award.

link|flag
vote up -1 vote down

Sharepoint, Crystal Reports

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

SOA Applications over Oracle SOA Suite platform

link|flag
vote up 0 vote down

Any application with zero unit tests.

link|flag

Your Answer

Get an OpenID
or

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