HN user

jarecare

4 karma
Posts0
Comments4
View on HN
No posts found.
Agile for Startups 14 years ago

I don't think skipping TDD is a good idea for a startup. The problem is that initial codebase is a spike, and then you iterate on it with no tests. Your idea then becomes popular and that spike lives on. There's no time for a re-write. Now you're developing on eggshells without the safety net of an automated test suite.

I wonder if other JVM languages, e.g., Scala, would have the same performance in the "Hello World" test cited in the article.