Hacker News new | ask | show | jobs
by vips7L 1743 days ago
How do you maintain a single main function for large projects? I personally don't think @Singleton and @Inject are that magical.
1 comments

Pull the graph construction logic out into helper functions if necessary. Pretty straightforward.