aboutsummaryrefslogtreecommitdiff
path: root/aulas/ambientes.md
diff options
context:
space:
mode:
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/).