Skip to content

Commit

Permalink
feat: add link to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pedromsantos committed Oct 13, 2023
1 parent 6f75910 commit 104d49c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 10_Tennis/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ All files | 86.28 | 67.74 | 96.61 | 86.03 |
1. Tackle clutter by
- Formatting the code, a simple and very effective technique
- Format consistently and don’t force the reader to waste timed due to inconsistent formatting
- Renaming bad names on variables, arguments, instance variables, methods, and classes
- Renaming abbreviations to make them explicit
- Renaming bad names or abbreviations on variables, arguments, instance variables, methods, and classes
- <https://www.digdeeproots.com/articles/naming-process/>
2. Tackle Comments and Dead Code by
- Deleting useless comments
- Deleting useful comments by extracting a method named after them
Expand Down

0 comments on commit 104d49c

Please sign in to comment.