Live data from Hacker News

Viewing profile — corylanou1

corylanou1

HN member
Joined
Tue, Jan 20, 2015, 9:20 PM UTC
HN karma
16
Public activity
10 items

About corylanou1

No profile information was provided.

Recent public activity

  1. comment
    Comment #48629758

    Intro video here as well to explain what/why I wrote this: https://www.youtube.com/watch?v=SE_Noc3T_DY

  2. story
  3. comment
    Comment #26080998

    It might be a little premature to judge an entire language on an introduction article for beginners. This article isn't intended to show every possible way Go can solve a problem, …

  4. comment
    Comment #26079836

    That's a great point. Anyone who has spent significant time with Go knows how easy it is to do a large refactor (or even a minor one) due to it being a types language. And yes, you…

  5. comment
    Comment #26079775

    You aren't wrong. I think it depends on what your needs are. As well as what the scenarios are. If you are serializing this data a lot, then having ints vs strings is a significant…

  6. comment
    Comment #26079581

    Agreed. There are a couple of clever ways to handle iota, but as my next article suggests, in general, I steer away from them if you really just need constants. I didn't go into an…

  7. comment
    Comment #26079547

    Well, we obviously have paid courses that cover all this, but if you want my personal opinion on package layout, Ben Johnson really has a great article on it here: https://www.gobe…

  8. comment
    Comment #26079517

    In a way, yes. Go doesn't have the concept of enums, so this is as close as it gets.

  9. story
  10. story