Hacker News new | ask | show | jobs
by garethrowlands 1709 days ago
You don't need Spring to maintain large codebases with many interconnected parts that you might want to swap out at a given notice. You can just create ('wire up') your objects in your `main` method.