This commit is contained in:
bastien 2023-05-22 11:01:11 +02:00
parent 3659492efe
commit 0e058d5d22

View file

@ -12,7 +12,9 @@
To write or edit computer code, program an arduino etc... we use IDE (integrated development environment) To write or edit computer code, program an arduino etc... we use IDE (integrated development environment)
Many very complete graphic software exist to do that like VScode from microsoft or Atom. Many very complete graphic software exist to do that like VScode from microsoft or Atom.
So why not use them ? They have drawbacks: So why not use them ?
#### 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 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 are quite difficult to debug because of the large abstraction layers that make them up