Kenna178015crook
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Edited Why does IntelliJ wants me to change this?
AnsweredA simple line of code: String thing = "Something"; thing += " something else" + " and more."; IntelliJ IDEA offers to change this line into 4 other ways to accomplish the same result: mcdvoice Str...