Live data from Hacker News

Viewing profile — hintingonwhoiam

hintingonwhoiam

HN member
Joined
Fri, Jan 22, 2016, 9:33 PM UTC
HN karma
16
Public activity
6 items

About hintingonwhoiam

No profile information was provided.

Recent public activity

  1. comment
    Comment #13774920

    Though correct this author makes a key assumption I dispute. "Scala as a better Java" === "people code in the same way in Scala & Java". This assumption leads to the focus on vario…

  2. comment
    Comment #13551681

    FYI -- Shameless self-interested hiring plug. Fintech startup nyc (Forbes 2016) https://www.dv01.co/ . Excellent place to learn, good pay, fantastic city.

  3. comment
    Comment #13245247

    So, the takeaway is... hard work > IQ in influence. Sounds like shitty science wrapped up in nice language... booooooo

  4. comment
    Comment #11381237

    +1 This whole blog post reeks of elitism and over confidence. The blog post over states its own importance as after learning these clean code would be easy. Like fade diets, magic …

  5. comment
    Comment #11377419

    Whether you are dealing with OOP, functional, or some other pattern it is always the point to create abstractions which you and others can forget about how they work. Thus m->set_v…

  6. comment
    Comment #11374190

    The point is not a lack of objects but a lack of OOP. Yes, there are "objects" but there is also a separation between objects and methods etc.. The issue with m->set_volume(.08) is…