708's Wiki

Dudes of 708's knowledge base for getting started and tools we use

Edit the wiki on GitHub dudesof708/wiki

Visit our homepage dudesof708.com

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