proikan
No user record in our sample, but proikan has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No user record in our sample, but proikan has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
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_production_stuff(&config); // unit tests…