I have recently been working with a 3rd party API that I had to make so many custom quirky algorithms just to return the basic information that it has basically driven me nuts...
What is your worst experience with a 3rd Party API?
|
2
|
I have recently been working with a 3rd party API that I had to make so many custom quirky algorithms just to return the basic information that it has basically driven me nuts... What is your worst experience with a 3rd Party API? |
||||||||||||||
|
|
|
Again, not 3rd party, but if you've used the Facebook APIs, they are a disaster. All of the examples are broken, the documentation is out of date because they keep breaking backwards compatiblility, the forums are poorly controlled, and even some of the facebook people in the IRC channel seem delightfully unattached from what is happening. I'm pretty surprised anyone can use it. |
||||||||||||||
|
|
|
Git. |
|||
|
|
|
|
Well, one of the worst is Perl/Tk. It's poorly documented.. even the O'Reilly book has terrible errors in it. The parameters to similar function calls are inconsistent. There are strange bugs, like scroll boxes not adding scroll bars when needed, but only if certain packing options are used. The widgets just look strange sometimes.. I could go on and on.. Yikes. |
|||
|
|
|
|
The visual studio API for creating language plugins. Not the extensibility API which isn't too bad but the VSIP api for actually creating new project types, debuggers etc. All ugly-ass COM interfaces with indecipherable names and very little documentation. Might have improved since I used it but uurch - it was pretty nasty. |
|||
|
|
|
|
Microsoft Office OLE Automation... nothing like a dialog box popping up here and there telling me that my margins are too small... |
|||
|
|
|
|
Anything involving SOAP in Ruby. The mismatch between the two is so much that it just does not turn out well. The ruby soap library also does some fun things when generating code from WSDL. My favorite is that it doesn't namespace the classes generated from the webservice. If the webservice uses the same class names as your rails models, then the webservice classes override your models. If you want to use two SOAP services that have any overlap in class names, then the behavior is determined by whichever service code is loaded first. The gem version of soap4r versus the standard library version can also cause hilarity. |
|||
|
|
|
|
Not sure if this counts as "third party" since the API is by Sun and for Java, but it's an extension API: JAI (Java Advanced Imaging). As far as I can tell the designers of this API hated static type checking. One of the core parts of the API is a class called |
|||
|
|
|
|
OpenSocial API - a true nightmare. |
|||
|
|
|
|
|
|||
|
|
|
|
Awhile back I was working with a fairly old COM component. I started using a few new functions on the component, wrote some tests and watched them fail miserably. Several days of debugging later I decided that I must have misunderstood what the new functions did because they were succeeding but not having the effect I would expect. I dug around a bit and found the source code and to my surprise I was greeted with something similar to the following
|
|||
|
|
|
|
Not a 3rd party really, but Solomon Accounting, which was purchased by Great Plains and then Microsoft, was absolutely, positively the worst piece of !@$% I've ever encountered. |
|||
|
|
|
The Adobe forms API (using OCX controls) was also pretty awful circa 2001. |
|||
|
|
|
|
The Win32 API. One function, CreateFile, can do all of the following:
It's as if Microsoft engineers would have been penalized if they created another function to break this one up. But I imagine that this was purely a geek choice:
|
||||||||||
|
|
|
Some APIs aren't actually methods to be called, instead they're complicated machine-readable data (sometimes using a binary format) to be parsed. |
|||
|
|
|
|
Gracenote cddb - we had to pay a lot of money to license it, and they got their information from volunteers. Then they kept releasing different versions to us via CDs in short timeframes and changing symbol names and library names so the code had to change. It was incredible. Horrible company. if I remember correctly the sample code was awful too. |
|||
|
|
|
|
Livelink (OpenText) API
The wall next to my desk has an imprint of my head... A very simple example of getting a value out of an API method:
Aaack!!! :D |
|||
|
|
|
|
Autodesk FBX. It has it all, or at least had it all last time I checked!
|
|||
|
|