test
This commit is contained in:
parent
036065003b
commit
10bc93d900
12
README.md
12
README.md
|
@ -14,13 +14,13 @@
|
|||
|
||||
So why not use them ?
|
||||
|
||||
**drawbacks :**
|
||||
**drawbacks :**
|
||||
|
||||
* They are resource intensive, lots of RAM (~1.3 GB, about 18,000 times more than the Apollo 11 mission that sent the first men to the moon :/ )
|
||||
* They are quite difficult to debug because of the large abstraction layers that make them up
|
||||
* They don't work without a graphical system (through ssh, on a server or a Raspberry Pi)
|
||||
* It is sometimes difficult to make them do something simple if it was not planned by the developers
|
||||
* Its frequent updates sometimes impose changes in working habits (new interfaces, new default configuration, new paths etc.)
|
||||
* They are resource intensive, lots of RAM (~1.3 GB, about 18,000 times more than the Apollo 11 mission that sent the first men to the moon :/ )
|
||||
* They are quite difficult to debug because of the large abstraction layers that make them up
|
||||
* They don't work without a graphical system (through ssh, on a server or a Raspberry Pi)
|
||||
* It is sometimes difficult to make them do something simple if it was not planned by the developers
|
||||
* Its frequent updates sometimes impose changes in working habits (new interfaces, new default configuration, new paths etc.)
|
||||
|
||||
|
||||
So which solution? We suggest you use one of the historical command line text editors (vi, Vim) to make your own IDE :)
|
||||
|
|
Loading…
Reference in a new issue