Viewing profile — corylanou1
corylanou1
HN member- Joined
- Tue, Jan 20, 2015, 9:20 PM UTC
- HN karma
- 16
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About corylanou1
No profile information was provided.
Recent public activity
-
comment
Comment #48629758
Intro video here as well to explain what/why I wrote this: https://www.youtube.com/watch?v=SE_Noc3T_DY
- story
-
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, …
-
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…
-
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…
-
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…
-
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…
-
comment
Comment #26079517
In a way, yes. Go doesn't have the concept of enums, so this is as close as it gets.
- story
- story