Exercise 1

1 Question

What is important to consider before designing a package?


1.1

There are many factors to consider when designing a package, for example the name of the package or structuring the package into subpackages. Other factors that are important to consider are reusability and encapsulation of the package as well as considering dependencies on other packages.