From 50468e29ea9c724a4dc1196c8374125c5b1cfc20 Mon Sep 17 00:00:00 2001 From: emme Date: Mon, 28 Oct 2019 14:40:19 -0300 Subject: [PATCH] New README_en --- README_en.md | 66 ++++++++++++++++++++++++++++++++++++ README.md => README_pt_br.md | 4 ++- 2 files changed, 69 insertions(+), 1 deletion(-) create mode 100644 README_en.md rename README.md => README_pt_br.md (97%) diff --git a/README_en.md b/README_en.md new file mode 100644 index 00000000..a2a9a16a --- /dev/null +++ b/README_en.md @@ -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. + + + +## 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 + +- 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: cristianoalvesjr@gmail.com ou cristiano.a.junior@ieee.org + - GitHub: [ishiikurisu](https://github.com/ishiikurisu) + - Talitha Pumar Antunes + - E-mail: tapumar@gmail.com + - GitHub: [tapumar](https://github.com/tapumar) + + ## Former Contributors +- Dayanne Fernandes da Cunha + - E-mail: dayannefernandesc@gmail.com + - GitHub: [Dayof](https://github.com/Dayof) +- Gabriel Fritz + - GitHub: [GabrielFritz](https://github.com/GabrielFritz) diff --git a/README.md b/README_pt_br.md similarity index 97% rename from README.md rename to README_pt_br.md index e6d054eb..b75dabad 100644 --- a/README.md +++ b/README_pt_br.md @@ -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 | | | + ## Equipe responsável - + - Gerentes do projeto : - Alexandre Augusto - GitHub: [alexandrebarbaruiva](https://github.com/alexandrebarbaruiva) @@ -57,6 +58,7 @@ Exemplo: - GitHub: [tapumar](https://github.com/tapumar) ## Antigos contribuidores + - Dayanne Fernandes da Cunha - E-mail: dayannefernandesc@gmail.com - GitHub: [Dayof](https://github.com/Dayof)