Viewing profile — davenportw15
davenportw15
HN member- Joined
- Thu, Jan 29, 2015, 1:58 AM UTC
- HN karma
- 5
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About davenportw15
No profile information was provided.
Recent public activity
-
comment
Comment #9509535
Does 'each' serve as both forEach and map? It appears that way from the fib example.
-
comment
Comment #9325579
It's unfortunate that there is already an Elixir web framework [0] with the same name. [0]: http://www.phoenixframework.org
-
comment
Comment #9292985
That's an opinion. I almost always prefer higher order functions.
-
comment
Comment #9098377
Thank you for reminding us to test our code both locally and in production. I always forget those pesky details.
-
comment
Comment #8963935
Wouldn't be cleaner to implement is_valid like this: int is_valid(char* password) { return strcmp(password, "poop") == 0; }