Skip to content

Latest commit

History

History
8 lines (6 loc) 路 433 Bytes

GLOSSARY.md

File metadata and controls

8 lines (6 loc) 路 433 Bytes

Duck Typing

If it walks like a duck and quacks like a duck, it is a duck. For TypeScript if it has all the members structurally then it is okay for other things (irrespecitive of name) that accept that structure.

OE

Operating Environment. I'd like to use the term Operating System, but that is not necessarily what I mean here. Think Browser,Node.js,WScriptHost etc.

Incremental Parsing

Re-Parsing as the user edits the code.