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

New README_en #21

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
66 changes: 66 additions & 0 deletions README_en.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
# Coding Dojo

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!

## (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)
4 changes: 3 additions & 1 deletion README.md → README_pt_br.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 -->

Choose a reason for hiding this comment

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

Melhor abrir issue a poluir o README. Remove as alterações neste arquivo.

- Gerentes do projeto :
- Alexandre Augusto
- GitHub: [alexandrebarbaruiva](https://github.com/alexandrebarbaruiva)
Expand All @@ -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)
Expand Down