2 lines
196 B
Plaintext
2 lines
196 B
Plaintext
![]() |
Declaring a variable only to immediately return or throw it is considered a bad practice because it adds unnecessary complexity to the code. To fix the issue, return or throw the value directly.
|