Skip to content

Commit

Permalink
Merge pull request #382 from exterm/patch-2
Browse files Browse the repository at this point in the history
Update link to package principles
  • Loading branch information
gmcgibbon authored Dec 4, 2023
2 parents 76a0959 + 47ac28e commit c27be1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ A package is a folder containing autoloaded code. To decide whether code belongs

Package principles help to guide the organization of classes in a large system. These principles can also be applied to packages in large and complex codebases.

The [package principles](https://en.wikipedia.org/wiki/Package_principles) page on Wikipedia does a good job explaining what well designed packages look like.
They are well described in Robert Martin's [Design Principles and Design Patterns](https://drive.google.com/file/d/0BwhCYaYDn8EgODUxZTJhOWEtMTZlMi00OWRiLTg0ZmEtZWQ5ODRlY2RmNDlk/view) (right after the SOLID principles).

## Getting started

Expand Down

0 comments on commit c27be1b

Please sign in to comment.