79589286

Date: 2025-04-23 18:41:18
Score: 1.5
Natty:
Report link

x is [var myString, ..] is a pattern that will match the first element if length is 1 or greater.

if (myStringValues is [var myString, ..])
{
    something(myString);
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Starts with a question (0.5): is a
  • Low reputation (0.5):
Posted by: roten