5 Matching Annotations
- Apr 2021
-
en.wikipedia.org en.wikipedia.org
-
In many computing contexts, "TTY" has become the name for any text terminal, such as an external console device, a user dialing into the system on a modem on a serial port device, a printing or graphical computer terminal on a computer's serial port or the RS-232 port on a USB-to-RS-232 converter attached to a computer's USB port, or even a terminal emulator application in the window system using a pseudoterminal device.
It's still confusing, but this at least helps/tries to clarify.
-
- Oct 2020
-
-
hyperscript is much simpler to refactor and DRY up your code than with JSX, because, being vanilla javascript, its easier to work with variable assignment, loops and conditionals.
Tags
- JSX
- making it easy for later refactoring
- template language vs. reusing existing language constructs
- reuse existing language constructs
- hyperscript
- javascript
- comparison with:
- it's just _
- template language: bad: by not reusing existing language constructs; forced to reinvent equivalents which are inferior and unfamiliar
Annotators
URL
-
-
-
Templates are prone to unnoticed runtime errors, are hard to test, and are not easy to restructure or decompose.
-
In contrast, Javascript-made templates can be organised into components with nicely decomposed and DRY code that is more reusable and testable.
-
- Jun 2020
-
www.youtube.com www.youtube.com
-
„Corona" in leichter Sprache erklärt. (n.d.). Retrieved June 3, 2020, from https://www.youtube.com/watch?v=vJygKxyQr_Y
Tags
Annotators
URL
-