Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
Updated DRY and SOLID principles to Wikipedia entry instead of DigitalOcean (competing service provider) article.
  • Loading branch information
dmc-at-work authored Jan 17, 2025
1 parent 010dac0 commit 81833d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ without needing to create a fork.

## Best practices for coding
1. Follow [coding best practices](https://en.wikipedia.org/wiki/Coding_best_practices) such
as [DRY](https://www.digitalocean.com/community/tutorials/what-is-dry-development) and [SOLID](https://www.digitalocean.com/community/conceptual-articles/s-o-l-i-d-the-first-five-principles-of-object-oriented-design) where possible.
as [DRY](https://en.wikipedia.org/wiki/Don%27t_repeat_yourself) and [SOLID](https://en.wikipedia.org/wiki/SOLID) where possible.
2. Carefully read the pull request template and follow it closely.
3. Don't include AWS account identifiers or secret keys in your examples.

Expand Down

0 comments on commit 81833d0

Please sign in to comment.