DEV Community

Cover image for Steve Jobs Isn't Remembered For A Programming Language
raddevus
raddevus

Posted on

Steve Jobs Isn't Remembered For A Programming Language

Focus On Solutions, Not Technology

As Software Developers we often get lost in the beauty of a programming language. No matter which language you use (JavaScript, Python, C#) you probably fall in love with it a little bit. The better you get at using the language the more you fall in love with it.

Users Don't Care Which Language Your Solution Is Written In

But, users don't care which language your solution is written in.

Steve Jobs == Objective-C ?

No one remembers Steve Jobs because his company, Next, created Objective-C. They remember him because help create an elegant product which everyone wants to use (iPhone).

The iPod & Music

Before the iPhone Steve Jobs was in love with another product. It was something he wanted. It was a portable music player that Steve himself wanted to use.

Steve wanted a cool device that would allow him to listen to any / all of his music no matter where he was.

Tens of millions of other people wanted this solution also.

original ipod

As A Software Developer

As Software Developers we often get all caught up in technologies & the best programming language and pedantic details of technology. Users don't care about any of that.

Users Want Easy Solutions

Users just want solutions to their daily challenges which are easy to use and work properly.

Think From User's Perspective

If we change our thinking towards what a user really wants:

  1. easy to use solution
  2. works properly
  3. low cost (lowest possible)

then we can begin to see behind the reasons that they want the thing they are requesting. If we become users of our own software we will discover that we want it to be easier to use -- no confusing UI and our solutions will become far better.

So the next time you're arguing about which language is better just remember the best language is the one that helps you create a solution that:

  1. creates an easy to use solution (easily deployed to users)
  2. works properly -- doesn't confuse the user, use it yourself
  3. is the right price

To Get There

You'll have to understand much more than just programming languages to create a great product.
You'll need to understand:

  1. what the user wants
  2. how to make it easier for the user
  3. how the business works
  4. how to deploy it so the user can get the product
  5. COGS (Cost of Goods Sold) -- how much does it cost you to create it?

You'll learn far more from creating a usable solution than just learning a new programming language.

Top comments (0)