Ask HN: What software engineering process for startups?

https://news.ycombinator.com/item?id=224985
by ntoshev • 18 years ago
3 3 18 years ago

What kind of engineering process do you want for a startup?

Typically you want to iterate fast, adding/changing features as necessary. Unit test make code harder to change (you may need to fix broken tests) but also more reliable (you can be pretty sure you didn't miss anything if the unit test all pass). If you have many people working on the same code, you typically need to agree to certain things ("architecture") in advance and set it in writing as a design doc. If it is just one or two guys writing code and talking to each other, isn't that too much overhead?

To set some baseline, Google apparently did design docs, code and design reviews, and unit tests from the start. OTOH, it seems PG doesn't write unit test, at least there were no unit tests in the Arc/Hacker News source code release. He obviously doesn't write specs or design docs as he prefers exploratory programming.

What do you practice and why?

Related Stories

Loading related stories...

Source preview

news.ycombinator.com