Bringing Paths into Scope with the `use` Keyword
In the previous article, we learned how to organize our code into modules. While this is great for organization, it can lead to long paths when we want to use an item from another module.
In the previous article, we learned how to organize our code into modules. While this is great for organization, it can lead to long paths when we want to use an item from another module.