|
|
| | Ask HN: How much of your product/project is your own code? | | 4 points by ktrgardiner on June 19, 2012 | hide | past | favorite | 3 comments | | With all the wonderful apps and services out there that have been made or are in the works, it'd be interesting to know how much was built by hand and how much was built on pre-existing code. Did you build it from the ground up or use other services?
While the use of other services will most likely be the case for things such as digital delivery and payment processing (be sure to include those though), perhaps there will be a few surprises. |
|

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact
|
The right answer to this question, for me at least, is "as little as I can get away with". Sometimes you end up with a bit of technical debt, as a lot of libraries don't quite work how you want or expect, so you end up either forking or rewriting those after launch, but I'm a firm believer in just 'getting to launch' as quickly as possible, and you don't get there by writing your own ORM, caching mechanism, etc.
Sorry to give what has to be a very non-surprising answer.