Live data from Hacker News

Viewing profile — jarecare

jarecare

HN member
Joined
Thu, Oct 20, 2011, 12:53 AM UTC
HN karma
4
Public activity
4 items

About jarecare

No profile information was provided.

Recent public activity

  1. 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…

  2. comment
    Comment #4362582

    Easy, straightforward advice on running a project the agile way.

  3. 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.

  4. 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.