79605928

Date: 2025-05-04 18:28:24
Score: 2
Natty:
Report link

What if


public class Foo {
    public static String foo(String test) {
        String result = test != null ? test : null;
        return result;
    }
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Starts with a question (0.5): What if
  • Low reputation (1):
Posted by: JAYARAMAN R