Live data from Hacker News

Viewing profile — davenportw15

davenportw15

HN member
Joined
Thu, Jan 29, 2015, 1:58 AM UTC
HN karma
5
Public activity
5 items

About davenportw15

No profile information was provided.

Recent public activity

  1. comment
    Comment #9509535

    Does 'each' serve as both forEach and map? It appears that way from the fib example.

  2. comment
    Comment #9325579

    It's unfortunate that there is already an Elixir web framework [0] with the same name. [0]: http://www.phoenixframework.org

  3. comment
    Comment #9292985

    That's an opinion. I almost always prefer higher order functions.

  4. comment
    Comment #9098377

    Thank you for reminding us to test our code both locally and in production. I always forget those pesky details.

  5. comment
    Comment #8963935

    Wouldn't be cleaner to implement is_valid like this: int is_valid(char* password) { return strcmp(password, "poop") == 0; }