Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 403 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 403 Bytes

Glossary


Back to homepagemeta


G

git: A version control system we use to keep track of changes to the code and share our work

I

IntelliSense: A feature in some code editors that autocompletes your code and allows you to immediately build a tree of your current code

L

linter: A feature in some code editors that highlights potential errors