aboutsummaryrefslogtreecommitdiff
path: root/aulas/ambientes.md
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-10-31 20:08:03 -0200
committerSilvio Rhatto <rhatto@riseup.net>2015-10-31 20:08:03 -0200
commit82ab7c82ddb9a8d49817d3fb42ae47dde295155a (patch)
tree9eeaa91216e1e78d0d0e3f5e1152c6887468628c /aulas/ambientes.md
parentbf5f80b9a219dbc47a975ccae00539bbb01f33e3 (diff)
downloadboaspraticas-82ab7c82ddb9a8d49817d3fb42ae47dde295155a.tar.gz
boaspraticas-82ab7c82ddb9a8d49817d3fb42ae47dde295155a.tar.bz2
Versão inicial das aulas em rst
Diffstat (limited to 'aulas/ambientes.md')
-rw-r--r--aulas/ambientes.md20
1 files changed, 0 insertions, 20 deletions
diff --git a/aulas/ambientes.md b/aulas/ambientes.md
deleted file mode 100644
index 184498b..0000000
--- a/aulas/ambientes.md
+++ /dev/null
@@ -1,20 +0,0 @@
-Ambiente básico
----------------
-
-* Editor de texto ou IDE: produz código.
-* Emulador de terminal: execução de tarefas.
-* Navegador web: ambiente de teste.
-
-Editores
---------
-
-* Vantagens dos IDEs (NetBeans, Eclipse, Aptana, etc):
- * Ambiente de desenvolvimento integrado.
-* Vantagens dos editores de texto (Atom, Emacs, VIM, Notepad++, gedit etc):
- * Simplicidade.
- * Performance.
-
-Referências
------------
-* [Atom](https://atom.io/).
-* [Lime Text Editor](http://limetext.org/).