Dexhian

Tuesday, December 18, 2007

Create your application for iPhone/Facebook/Android

Do you have to create an application for iPhone/Facebook/Android ?

If your target is the B2C market and you reckon on early-adopters and geek people to talk about your project and make Buzz all around, you MUST create one application on these platforms. Just because it is where you need to be visible.

And the argument saying for example that iPhone is like no people is using it regarding the market share is a wrong argument. These people (including me) do have an iPhone (maybe 50% of them do?), have a facebook account, do tweet, will run Android soon, and will post an article to their blog embedding your application if you make it possible.

-- ahem, I've no iPhone for now, and of course would like to (message, message) ;)

Ah, and of course, your application must be free, fun, even useless, but nice, and will not necessarily help you earn some money, but will higher your buzz-meter and expose you to scalability failures eventually - in that case I can help :)

Tuesday, December 11, 2007

Goojet launch

Goojet, a little French startup in which Anyware's team and friends of mine are involved, is launching today in beta.

Goojet aims to revolutionize the way you interact with Internet from your mobile phone.

All the best to Goojet!

Labels:

Sunday, December 09, 2007

Natural desire of rewriting software

The decision of rewriting the code of a significant part of a system is usually taken by an experienced developer, by itself, because "the code sucks". And usually without any real business consideration.

The consequences of such rewrites are often disasters, making the company loose time and money, and even worse, breaking teams.

The more interesting and surprising thing is that this behavior is more often observed with talented developers (skilled, experienced, seniors ones) than with others less experienced developers.

The way I understand it is:
  1. They see as an evidence how to code software in a better way.
  2. They like simple, brilliant, but "simple to use", software. (I do too). And as a result, they tend to less tolerate complex, not easy to use code, and easily feel that the code developed by other people sucks. Plus, they don't want to rely on other people code, especially if it's "hard" to integrate or will make them write some "ugly" code.
  3. They are more subject to the NIH (Not Invented Here) syndrome. In some way, they would like all the software be written by themselves, if they had time to.
  4. They see what to do in a global and precise view, and then underestimate the time needed to achieve their development (and test it, and document it, and QA it, and deploy it, and debug it, ...).

If you are a good developer, and willing to re-write any significant code by yourself, please refrain your nature desire. And ask yourself: what benefit for the company? For the business? Does your action will reduce the time to market of the product? Does the company will earn more money? Could you be more useful by doing some other more urgent stuff?

Maybe the code you want to replace is not perfect (even yours will be found perfectible by other people). But maybe it fits the company needs. At least for now. Maybe there's more urgent stuff to focus on. Maybe you will make the company loose time and money while you rewrite this code.


I have experienced this more than once on different projects. What I can say is that the more complex a project is (technically speaking) and is involving experienced developers, and the more I have been facing this NIH (Not Invented Here) syndrome that makes people reject the code written by others, and rewrite applications.

More than that, I've been facing talented and respectable developers that refuse to have a look to systems written by their colleagues, and don't admit they need their features, and only want to code everything by themselves - they will then recode a large part of the system without having noticing it.

Worse than anything else, I've seen teams replacing teams in order to rewrite everything from scratch as a remedy to a malady... and finally fail, making the company loose time, money and talented people.


If these words are ringing a bell in your head, please comment :)

Note: these words are not directly related to any project I may talk about in this blog.