7 lines
228 B
Plaintext
7 lines
228 B
Plaintext
Why use named groups only to never use any of them later on in the code?
|
|
|
|
This rule raises issues every time named groups are:
|
|
|
|
* referenced while not defined;
|
|
* defined but called elsewhere in the code by their number instead.
|