Hacker News new | ask | show | jobs
by kjksf 3790 days ago
Yes. Competition is how we get better, cheaper things.

Also, "cloning" is a poor word for such activity. Writing code is hard and time consuming even if you're merely replicating functionality of an existing product. To me "cloning" implies that it somehow cheap or easy and it just isn't.

3 comments

> Writing code is hard and time consuming even if you're merely replicating functionality of an existing product.

Not all the time to be honest. Creating a finished, complete and useful product can involve a huge amount of prototyping and several redesigns. You have to try lots of ideas that don't work, throw code away, redesign the UI as it becomes more clear how the product is used, test on users etc. If you heavily base your product on an existing complex one you're likely taking a big shortcut.

Actually, "cloning" doesn't sound easy at all. :)
Thanks! I never thought of it that way.