Live data from Hacker News

Viewing profile — kskskuejej2

kskskuejej2

HN member
Joined
Mon, Apr 17, 2017, 11:34 PM UTC
HN karma
9
Public activity
5 items

About kskskuejej2

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #14437799

    > I don't want to worry about every single exception when I am prototyping for example. You are free to ignore the returned error, so for example to compare with a situation where …

  3. comment
    Comment #14437792

    And golang knows what type of error can be returned at compile time. type FatalError error func foo() FatalError {}

  4. comment
    Comment #14433573

    > Lack of exceptions Go does support multiple return values, commonly (T, error). If you think about it for a while, you will realize a exception is just a type of return value. Re…

  5. comment
    Comment #14135369

    Have you tried setting up LFS on your self-hosted ssh git repo? Turns out LFS is designed to authenticate over https and doesn't work at all with ssh credentials out of the box bec…