Live data from Hacker News

Viewing profile — throwaway242359

throwaway242359

HN member
Joined
Sat, Jan 07, 2023, 1:25 AM UTC
HN karma
4
Public activity
1 items

About throwaway242359

No profile information was provided.

Recent public activity

  1. comment
    Comment #34303970

    This is how I cope with Java DI. I write my classes with one constructor that takes anything I need as final private members. This has the benefit of working with any DI framework …