Viewing profile — runeh
runeh
HN member- Joined
- Fri, Oct 08, 2010, 12:07 PM UTC
- HN karma
- 6
- Public activity
- 2 items
- HN profile
- View on Hacker News ↗
About runeh
No profile information was provided.
Recent public activity
-
comment
Comment #2305154
The parentheses thing is the one thing that bugs me a bit about the CS syntax, but mostly when dealing with calling functions. I wouldn't mind omitting the parentheses around funct…
-
comment
Comment #2304677
Couple of small issues. You probably want "when" instead of "if". The if applies to the whole loop, not to each element. Also, the braces around the comprehension is a pythonism I …