Hacker News new | ask | show | jobs
by mattboardman 865 days ago
Usually your main function can't be used by any other part of your program. You should move all component implementations to modules so they can be re-used elsewhere.