aboutsummaryrefslogtreecommitdiff
path: root/aulas/ambientes.md
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-10-31 20:07:30 -0200
committerSilvio Rhatto <rhatto@riseup.net>2015-10-31 20:07:30 -0200
commitbf5f80b9a219dbc47a975ccae00539bbb01f33e3 (patch)
tree2ad8ff6fb2534772e02e588e14a0e6ca81f5ec09 /aulas/ambientes.md
parentadb65f02f849e43bc6cae02dcfe799877878215b (diff)
downloadboaspraticas-bf5f80b9a219dbc47a975ccae00539bbb01f33e3.tar.gz
boaspraticas-bf5f80b9a219dbc47a975ccae00539bbb01f33e3.tar.bz2
Versão inicial das aulas em markdown
Diffstat (limited to 'aulas/ambientes.md')
-rw-r--r--aulas/ambientes.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/aulas/ambientes.md b/aulas/ambientes.md
new file mode 100644
index 0000000..184498b
--- /dev/null
+++ b/aulas/ambientes.md
@@ -0,0 +1,20 @@
+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/).