vote up -1 vote down star

This is kind of a picky question, but I think it's also a fun one. When you write or talk about developing software, what preposition do you use, and why? Is it different based on whether you are talking about developing to/for/on a:

1) Platform? (iPhone, web)
2) Language? (Objective-C, PHP) "with" could also work here.
3) Another environment? (Drupal, Wordpress)

I have recently started using "to" in most cases, in order to separate the idea of developing a piece of software as a package of ideas and architectural code or concepts from the code required to port it to its current platform or environment.

flag

closed as not a real question by Brian Agnew, Mitch Wheat, Kinopiko, Craig, jitter Nov 5 at 16:13

5 Answers

vote up 4 vote down

Developing for a product (iPhone, Android).

Developing with/in a language (C++, Java).

Developing on a platform or framework (Drupal, Django, .NET).

link|flag
vote up 0 vote down

I would say:

1) For
2) In
3) For/With

link|flag
vote up 1 vote down

It all depends on your audience. A non-programmer won't understand anything when you say "I develop software with XCode/Visual Studio/etc.". But they might understand something when you say "I develop software for the iPhone/Mac/Windows/etc.".

link|flag
vote up 1 vote down

I use "Develop For" to speak about whom my customers are for a particular project. This helps focus business requirements and product leadership. I use "develop on" to refer to the platforms being using, such as Coldfusion or Java, Oracle or SQL Server, ORM or hand coded queries. This defines the technology to multiple sets of people: customers, fellow team, outside IT folks, etc. I don't use "develop to". I write a particular software package to solve a particular set of business needs, but that is a team effort to get it the software to meet the business needs. The team generally includes developers, analysts, and product owners. I don't think it is a good idea to think of developing to. just my opinion.

link|flag
vote up 3 vote down

From my point of view, the distinction arises from the world I used to occupy - that of firmware. In that world I developed on Vax but for the F100L (a processor you've never heard of). In this situation the distinction is important, and would be understood by anyone who has used a cross-compiler.

link|flag

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