GOLANG_DIGEST Telegram 43
Как лучше передавать структуру User в Save() - по значению или по указателю?
И расскажите, пожалуйста, в комментариях, почему считаете именно так?

(постом ниже будет опрос)

type User struct {
Name string
Age int
// ... 2-5 other fields
}

// SaveUser doesn't change user's state
func Save(u User) error {
// ... save user to
somewhere
}



tgoop.com/golang_digest/43
Create:
Last Update:

Как лучше передавать структуру User в Save() - по значению или по указателю?
И расскажите, пожалуйста, в комментариях, почему считаете именно так?

(постом ниже будет опрос)

type User struct {
Name string
Age int
// ... 2-5 other fields
}

// SaveUser doesn't change user's state
func Save(u User) error {
// ... save user to
somewhere
}

BY Golang Дайджест


Share with your friend now:
tgoop.com/golang_digest/43

View MORE
Open in Telegram


Telegram News

Date: |

To edit your name or bio, click the Menu icon and select “Manage Channel.” Informative Hashtags are a fast way to find the correct information on social media. To put your content out there, be sure to add hashtags to each post. We have two intelligent tips to give you: "Doxxing content is forbidden on Telegram and our moderators routinely remove such content from around the world," said a spokesman for the messaging app, Remi Vaughn. In the “Bear Market Screaming Therapy Group” on Telegram, members are only allowed to post voice notes of themselves screaming. Anything else will result in an instant ban from the group, which currently has about 75 members.
from us


Telegram Golang Дайджест
FROM American