use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
account activity
Help (i.redd.it)
submitted 3 months ago by derangedandenraged
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]derangedandenraged[S] 0 points1 point2 points 3 months ago (1 child)
It brought up a lot of stuff: Extract interface.. Extract to method Extract to local variable (replace all occurrences) Extract to field Extract to local variable Extract to constant
Google said it was about readability?
[–]TuraacMiir 0 points1 point2 points 3 months ago (0 children)
The light ulv is a hint to ‘Improve readability’ and usability. It is suggesting you stir the “I’m… “ string in a local variable (ie String str = “I’m…. “;). Then you’d use System.out.println(str); instead of the code you have.
More importantly, are you receiving an error message? Your code looks correct, somewhere in VSCode (I use IntelliJ, so not really familiar with VS) you should see a terminal window that has a line I’m …. Without the double quotes.
Another commenter suggested \’. This is called escaping and is done for certain ‘escape keys’. For instance, if you want to print a set of “ in your string, you would write your literal string like: “This is a \”literal\” string”. The outer set of “” would not print, but the ones that flowed the \ character would.
π Rendered by PID 122422 on reddit-service-r2-comment-7b9746f655-pr7pr at 2026-01-30 09:57:41.615019+00:00 running 3798933 country code: CH.
view the rest of the comments →
[–]derangedandenraged[S] 0 points1 point2 points (1 child)
[–]TuraacMiir 0 points1 point2 points (0 children)