Viewing profile — andrewhare
andrewhare
HN member- Joined
- Sun, Mar 21, 2010, 4:41 PM UTC
- HN karma
- 59
- Public activity
- 17 items
- HN profile
- View on Hacker News ↗
About andrewhare
No profile information was provided.
Recent public activity
-
comment
Comment #3252887
Good point! I just wanted to make sure that the OP knew that he was too sweeping in his generalizations.
-
comment
Comment #3252819
Be careful with terms like "irresponsible parents" and "family planning". Some people plan to have kids close together in age. For what it's worth, however, I have this to offer: *…
- story
- story
-
comment
Comment #3043012
Google Drive is $5 per 20GB per year . I'd say that's a pretty significant difference.
-
comment
Comment #2968147
He sounded pretty serious to me. Do you have a better suggestion? The Mavis Beacon software does a perfectly fine job at teaching touch-typing.
-
comment
Comment #2866579
Will the real Jeremy Ashkenas please stand up?
- story
- story
- story
- story
-
comment
Comment #1581441
I would check out these books: C# in a Nutshell ( http://www.amazon.com/C-4-0-Nutshell-Definitive-Reference/dp... ) CLR via C# ( http://www.amazon.com/CLR-via-Dev-Pro-Jeffrey-Richt…
- story
- story
-
story
What’s in a name? (C#’s hidden support for structural typing)
C# is well known for its nominative type system. This means that C# identifies types and their relationships based on their names. That is why C# does not allow you to create two t…
-
story
Togaroga - Choosy developers choose interfaces
Each time you write a method that accepts arguments you must make a decision as to the type of those arguments. If you are not careful, your choice could place unnecessary restrict…
-
story
Writing better code: it’s imperative that you are declarative
Most C# developers are very familiar with writing imperative code (even though they may not know it by that name). In this article, I will introduce you to an alternative style of …