💻 Programming Writing down how I learned to print “Hello World!” and more. Core Module vs Shared Modules - Why, When, and Where 🤔 March 2, 2023 As developers, we love reusing and recyling DRY (Don’t Repeat Yourself) code. Where should we place this reusable code though? Should it be in the Shared Module, or the Core Module?