Skip to content

Commit

Permalink
Update Coding-style-guide.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Rd4dev authored Dec 11, 2024
1 parent f4a4a47 commit 7ff3931
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wiki/Coding-style-guide.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Please follow the following style rules when writing code, in order to minimize unnecessary back-and-forth during code review.
Please follow the following style rules when writing code, in order to minimize unnecessary back-and-forth during code review..

## Table of Contents

Expand Down Expand Up @@ -86,4 +86,4 @@ In general, avoid using hard-coded strings.

## build.gradle file
- Arrange lists in alphabetical order unless there's a good reason not to.
- Combine `implementation`, `androidTestImplementation` and `testImplementation` to declare all similar dependencies in one block.
- Combine `implementation`, `androidTestImplementation` and `testImplementation` to declare all similar dependencies in one block.

0 comments on commit 7ff3931

Please sign in to comment.