Skip to content
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

added guide typescript #1732

Merged
merged 9 commits into from
Jun 12, 2024
Merged

added guide typescript #1732

merged 9 commits into from
Jun 12, 2024

Conversation

jmontes50
Copy link
Contributor

Se ha añadido la guía creada por Genesis y Carlos acerca de TS, la añado como draft

guides/typescript/README.md Outdated Show resolved Hide resolved
guides/typescript/README.md Outdated Show resolved Hide resolved
guides/typescript/README.md Outdated Show resolved Hide resolved
guides/typescript/README.md Outdated Show resolved Hide resolved
guides/typescript/README.md Outdated Show resolved Hide resolved
Copy link
Contributor

@unjust unjust left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Me parece genial. Cuando todos los cambios estan hecho, podemos generar uno en portugues.

guides/typescript/README.md Outdated Show resolved Hide resolved
guides/typescript/README.md Show resolved Hide resolved
@marianaLz
Copy link
Collaborator

esto ya lo veo bien, generamos la versión en portugués? @unjust @jmontes50 @GenesisMauries

@marianaLz
Copy link
Collaborator

@jmontes50 pidamos revisión del equipo de BR, por favor

Copy link
Member

@moniyama moniyama left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

listo!

guides/typescript/README.pt.md Outdated Show resolved Hide resolved
guides/typescript/README.pt.md Outdated Show resolved Hide resolved
guides/typescript/README.pt.md Outdated Show resolved Hide resolved
guides/typescript/README.pt.md Outdated Show resolved Hide resolved
guides/typescript/README.pt.md Outdated Show resolved Hide resolved
guides/typescript/README.pt.md Show resolved Hide resolved
edad: number;
};

// Error: 'rol' no existe en el tipo 'Persona'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

en el ejemplo no ocurre un error..

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Creo que se refiere a que en el tipo persona no existe el cargo:

type Pessoa = {
nome: string;
idade: number;
};

No estoy seguro, yo lo veo bien o me estoy equivocando? @moniyama @GenesisMauries , esto no lo toco

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Se ha corregido a esto, también en la versión en español

type Pessoa = {
  nome: string;
  idade: number;
};

//Tenta-se adicionar 'rol' à 'Pessoa', mas ocorre um erro.
Pessoa.rol = string;

> diferenças e escolher a abordagem que melhor atende
> aos requisitos do código.

## Boas práticas
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

esta parte del README está distinta del español

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Si esta distinta @GenesisMauries, podríamos revisarlo?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

corregido! si habia diferencias gracias :D @moniyama

integração do TypeScript com ferramentas de build como o Webpack e IDEs
como o Visual Studio Code para melhorar a eficiência do desenvolvimento.

## Próximos passos
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

esta parte também está distinta.. eres com links y documentaciones (algunas en español)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

corregido! si habia diferencias :D @moniyama

conceitos em projetos reais e participar de comunidades online para
trocar experiências e aprender com outros desenvolvedores.

## Conclusão
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

esta parte del README está distinta del español

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

corregido! si habia diferencias :D @moniyama

@marianaLz marianaLz requested a review from ssinuco April 2, 2024 16:46
@unjust unjust marked this pull request as ready for review April 11, 2024 14:10
@unjust unjust merged commit 8bb31fd into Laboratoria:next Jun 12, 2024
4 checks passed
@unjust unjust added this to the Fleet Management milestone Jun 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants