Skip to content

Commit

Permalink
Update docs/pages/packaging.md
Browse files Browse the repository at this point in the history
Co-authored-by: Will Graham <32364977+willGraham01@users.noreply.github.com>
  • Loading branch information
samcunliffe and willGraham01 authored Mar 25, 2024
1 parent e94380a commit ea9a9a8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/pages/packaging.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ A common question facing developers is "_How much code should go into a
package?_". Where code to solve a research problem might be large and perform
several tasks at once typically one should try to stick to a mantra of doing one
thing well.
The following questions can be helpful when trying to abide by this mantra:
- What do I want my package to provide?
- How will users interact with or use the code in my package?
- Is everything I'm including in the package relevant or useful in supporting it's main purpose?

In Python, a [package](https://docs.python.org/3/reference/import.html#packages)
is a collection of one or more
Expand Down

0 comments on commit ea9a9a8

Please sign in to comment.