-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Corregidas algunas faltas y tildes #67
base: master
Are you sure you want to change the base?
Conversation
Cambiado el término llave (puede quizá llevar a confusión) por clave (más utilizado y común)
Quizá settear no sea la mejor manera de nombrarlo (aunque es muy común), pero nombrear...
Gracias @xxxTonixxx! sólo un pequeño comentario. |
@@ -16,7 +16,7 @@ func main() { | |||
// Esta sintaxis crea una instancia de un struct. | |||
fmt.Println(persona{"Bob", 20}) | |||
|
|||
// Puedes nombrear los campos cuando inicializas un struct. | |||
// Puedes settear los campos cuando inicializas un struct. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Estoy de acuerdo con que nombrear es pésimo, pero no estoy tan convencido de que settear sea la mejor opción aquí, tal vez: puedes definir los valores de los campos...?.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hola !
:)
En algunas traducciones, yo uso "establecer"; Puedes establecer los campos cuando inicializas un struct.....
El antiquísimo vocabulario ORCA da estas opciones:
set (v)
_1. colocar. 2. definir. 3. ajustar. 4. fijar . _
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Me parece la mejor traducción! 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rugi a mí también me suenan mejor establecer y definir, aunque personalmente me gusta más definir 😄
No description provided.