Closed localvar closed 8 months ago
squash your commits into one
the better practice is keeping these commits, because if I squash them into one, I have to make a force push and detroy all the review conversations.
squash could be done when merging the PR as below snapshot shows:
squash your commits into one
the better practice is keeping these commits, because if I squash them into one, I have to make a force push and detroy all the review conversations.
squash could be done when merging the PR as below snapshot shows:
squash your commits into one
you are right , thanx
fmt.Sprintf
withstrconv.FormatXXX
to improve performance.parseXXXX
functions asparse
is the opposite operation.