Live data from Hacker News

Viewing profile — proikan

proikan

HN member
Joined
Wed, Oct 16, 2024, 8:43 AM UTC
HN karma
8
Public activity
1 items

About proikan

No profile information was provided.

Recent public activity

  1. comment
    Comment #41856965

    Isn't ```dependency injection``` (aka passing arguments) the big thing that's supposed to solve this? Config config; // production config_from_file(&config, "config.json"); run_pro…