Skip to content

Latest commit

 

History

History

glossary

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

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