-
Notifications
You must be signed in to change notification settings - Fork 13
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
New README_en #21
Open
emmenezes
wants to merge
1
commit into
IEEEComputerSocietyUNB:master
Choose a base branch
from
emmenezes:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
New README_en #21
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
# Coding Dojo | ||
## (University of Brasília | UnB) | ||
|
||
This library is composed by codes made at University of Brasilia's Coding Dojo, promoted every month at Campus Darcy Ribeiro. | ||
|
||
<!-- Este repositório é composto por códigos desenvolvidos nas atividades que o Coding Dojo da Universidade de Brasília promove mensalmente no Campus Darcy Ribeiro. --> | ||
|
||
## Patterns of Organization | ||
|
||
A cada edição da atividade de TDD é criado uma pasta para organizar os códigos gerados pelos participantes do dojo. Os arquivos de instruções que o mestre disponibiliza de acordo com a linguagem de programação e ferramenta de testes também estão disponíveis nessas pastas de acordo com o dia. | ||
|
||
O padrão de nome da pasta é feito por : | ||
|
||
``` | ||
YYMMDD | ||
``` | ||
|
||
E.g. | ||
|
||
``` | ||
160618 - 2016 the year, 06 (June) the month, 18 the day. | ||
``` | ||
|
||
## Pastas organizadas por edições | ||
|
||
| Edições | Linguagem de Programação | Ferramenta de Teste | | ||
| ------------------ | ------------------------ | ------------------- | | ||
| [Edição 01](2016/160618) | Python 2.7 | Unittest | | ||
| [Edição 02](2016/160625) | C# | NUnit | | ||
| [Edição 03](2016/160709) | Clojure (Lisp) | Leiningen | | ||
| [Edição 04](2016/160730) | Java | JUnit 4.12 | | ||
| [Edição 05](2016/160813) | Python 3.5 (Django) | TestCase | | ||
| [Edição 06](2016/160827) | Scala | JUnit | | ||
| [Edição 07](2016/161001) | Lua (Love2D) | | | ||
| [Edição 08](2017/170225) | C# | NUnit 3.6.0 | | ||
| [Edição 09](2017/170304) | Python 3 | Unittest | | ||
| [Edição 10](2017/170325) | Gitlab-CI | | | ||
| [Edição 11](2017/170722) | Python 3 | Pytest | | ||
| [Edição 13](2017/171023) | Python 3 | Unittest | | ||
| [Edição 14](2017/171125) | Python 3 | Unittest | | ||
| [Edição 15](2018/180505) | Javascript | react-testing-library | | ||
| [Edição 16](2018/180505) | Python 3 | Unittest | | ||
| Edição 17 | | | | ||
|
||
## Organizers | ||
<!-- People is missing --> | ||
- Project managers: | ||
- Alexandre Augusto | ||
- GitHub: [alexandrebarbaruiva](https://github.com/alexandrebarbaruiva) | ||
- André "decko" Brito | ||
- GitHub: [decko](https://github.com/decko) | ||
- Daniella Angelos | ||
- GitHub: [daniangelo](https://github.com/daniangelo) | ||
- Cristiano Silva Jr. | ||
- E-mail: [email protected] ou [email protected] | ||
- GitHub: [ishiikurisu](https://github.com/ishiikurisu) | ||
- Talitha Pumar Antunes | ||
- E-mail: [email protected] | ||
- GitHub: [tapumar](https://github.com/tapumar) | ||
|
||
## Former Contributors | ||
- Dayanne Fernandes da Cunha | ||
- E-mail: [email protected] | ||
- GitHub: [Dayof](https://github.com/Dayof) | ||
- Gabriel Fritz | ||
- GitHub: [GabrielFritz](https://github.com/GabrielFritz) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,9 +39,10 @@ Exemplo: | |
| [Edição 15](2018/180505) | Javascript | react-testing-library | | ||
| [Edição 16](2018/180505) | Python 3 | Unittest | | ||
| Edição 17 | | | | ||
<!-- Desatualizado --> | ||
|
||
## Equipe responsável | ||
|
||
<!-- Tem gente faltando --> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Melhor abrir |
||
- Gerentes do projeto : | ||
- Alexandre Augusto | ||
- GitHub: [alexandrebarbaruiva](https://github.com/alexandrebarbaruiva) | ||
|
@@ -57,6 +58,7 @@ Exemplo: | |
- GitHub: [tapumar](https://github.com/tapumar) | ||
|
||
## Antigos contribuidores | ||
<!-- Tem gente faltando --> | ||
- Dayanne Fernandes da Cunha | ||
- E-mail: [email protected] | ||
- GitHub: [Dayof](https://github.com/Dayof) | ||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Ainda vai fazer alguma tradução neste arquivo? Se não for, assim que arrumar o outro arquivo, já aceito a PR!