Derektom14

Avatar
  • Total activity 3
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 1
  • Created

    Auto-suggest StringBuilder optimizations

    Answered
    IntelliJ makes many suggestions for improving efficiency. It would be nice if this included suggesting replacing:stringBuilder.append(string.substring(start, end))with the more efficient:stringBuil...
    • 4 followers
    • 3 comments
    • 0 votes