Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
dbkr committed May 9, 2024
1 parent 3a159be commit 36571ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code_style.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ Unless otherwise specified, the following applies to all code:
// ...
}
```

37. Avoid functions whose behaviour / return type varies with different parameter types.
Multiple return types are fine when appropriate (eg. SDKConfig.get() with a string param which
returns the type according to the param given) but SDKConfig.get() with no args returning the
Expand Down

0 comments on commit 36571ed

Please sign in to comment.