Skip to main content
deleted 31 characters in body
Source Link
Riker
  • 7.9k
  • 4
  • 40
  • 73

Don't use string("").string(""), use ""s"". It saves you a bunch8 bytes.(Well, Apparently not a bunch)

Don't use string(""). use ""s. It saves you a bunch.(Well, Apparently not a bunch)

Don't use string(""), use "". It saves 8 bytes.

Source Link
user54200
user54200

Don't use string(""). use ""s. It saves you a bunch.(Well, Apparently not a bunch)