Viewing profile — jarecare
jarecare
HN member- Joined
- Thu, Oct 20, 2011, 12:53 AM UTC
- HN karma
- 4
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About jarecare
No profile information was provided.
Recent public activity
-
comment
Comment #4363354
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 a…
-
comment
Comment #4362582
Easy, straightforward advice on running a project the agile way.
-
comment
Comment #3370412
Author here...I went with CoffeeScript because it's the default in Rails. It also dramatically reduces the total lines of boilerplate code and syntactic noise.
-
comment
Comment #3135724
I wonder if other JVM languages, e.g., Scala, would have the same performance in the "Hello World" test cited in the article.