|
|
|
|
|
by mdaniel
1454 days ago
|
|
Yeah, I was trying to find a polite way of pointing out that even their screen capture showing how "awesome" the completion is is almost guaranteed to be wrong File fileName =
is off to a bad start, but finishing it with File fileName = new File(path);
is going to get a finger-wag from me when it makes it to PR because it's a very bad variable name |
|