36
votes
25answers
1k views
GB English, or US English?
If you have an API, and you are a UK-based developer with a highly international audience, should your API be
setColour()
or
setColor()
(To take one word as a simple example …
28
votes
6answers
691 views
A definite guide to API-breaking changes in .NET
I would like to gather as much information as possible regarding API versioning in .NET/CLR, and specifically how API changes do or do not break client applications. First, let's d …
20
votes
7answers
1k views
Find out what process registered a global hotkey? (Windows API)
As far as I've been able to find out, Windows doesn't offer an API function to tell what application has registered a global hotkey (via RegisterHotkey). I can only find out that a …
17
votes
11answers
3k views
Best Weather APIs?
What weather services have APIs? Out of the handful or so, which ones are easiest to tie into? Do they use "raw" HTTP requests or web services? Are there wrapper APIs for Python …
17
votes
14answers
1k views
How do you define a good or bad API?
Background:
I am taking a class at my university called "Software Constraints". In the first lectures we were learning how to build good APIs.
A good example we got of a really …
17
votes
11answers
1k views
How to obtain longitude and latitude for a street address programmatically (and legally)
Supposedly, it is possible to get this from Google Maps or some such service. (US addresses only is not good enough.)
17
votes
8answers
3k views
How can I lookup data about a book from its barcode number?
I'm building the world's simplest library application. All I want to be able to do is scan in a book's UPC (barcode) using a typical scanner (which just types the numbers of the ba …
16
votes
4answers
3k views
New Facebook app - FBML or iFrame?
We're starting a new facebook app (incidentally in Rails), and are faced with the decision to use FBML or to use IFrames. It seems like in the past the consensus generally was that …
15
votes
25answers
1k views
Java core API anti-Patterns. What is wrong?
Hi,
Despite that the work of the guys from SUN with the Java core API is awesome, as they are humans, they are not infallible. I have read in several books some criticism about Som …
15
votes
8answers
2k views
What’s safe for a C++ plug-in system?
Plug-in systems in C++ are hard because the ABI is not properly defined, and each compiler (or version thereof) follows its own rules. However, COM on Windows shows that it's poss …
14
votes
19answers
916 views
boolean parameters — do they smell?
I just found a bug caused by a boolean parameter... the caller thought it was controlling one thing but it was really controlling something else. So do boolean parameters smell in …
14
votes
17answers
921 views
What is the best credit card processing service?
We're looking to add credit card payments to our system (and it needs to be fairly custom, handling variable "per use" charges each month). We would like the integration to be sim …
14
votes
7answers
4k views
Where can I download the jQuery API documentation?
Since I pound API docs pretty hard when I'm coding, I like to have them on my local disk. jQuery.com lists a lot of sources for browsing the API documentation online, but I haven't …
13
votes
10answers
549 views
Which is your favorite Maps API and why?
I was looking at Google's, Yahoo's and Microsoft's mapping APIs.
Are there major feature differences? Are there others I should be seriously looking at?
12
votes
27answers
729 views
What is the best API/framework/platform you ever worked with?
Most programming is done on an existing framework or platform, and using various APIs which make your programming job much more convenient.
It can either be a superbly designed se …
