Live data from Hacker News

Viewing profile — tychof

tychof

HN member
Joined
Thu, Jan 20, 2011, 8:43 PM UTC
HN karma
28
Public activity
3 items

About tychof

No profile information was provided.

Recent public activity

  1. comment
    Comment #6473439

    Please understand that something you think is helpful may not be. You should assume it isn't unless you have specific knowledge of the person involved. In general, the bereaved don…

  2. comment
    Comment #6234938

    The types of your nodes probably don't have much to do with any algorithms you may be writing. Consider your algorithms as functions which act on an interface. Keep your graph data…

  3. comment
    Comment #2802446

    One benefit to TDD is that you become a user for your API much more quickly, and so your API doesn't need to change as much. TDD suggests 3 steps: 1. Write one test 2. Write the mi…