0.5 — Vocabulary Bank (Phase 0)
| Term | Definition |
|---|---|
| Bug | Something that doesn’t work as intended |
| Debug | Finding and fixing the bug |
| Deploy | Making your software live and available to users |
| Dependency | Software your project relies on that someone else built |
| Config / Configuration | Settings that control how software behaves |
| CLI (Command Line Interface) | Any tool you operate by typing text commands |
| Flag | An option added to a command to modify behavior (e.g., --verbose) |
| Path | The address of a file on your computer (/Users/you/project/file.txt) |
| Root | The top-level folder of a project |
| Script | A file containing commands that run automatically |
| Runtime | The environment where code actually executes |
| Package | A bundle of code someone else wrote that you install and use |
| Stack | The combination of technologies used to build something |
| Boilerplate | Starter code or template that gives you a foundation |
| Localhost | Your own computer acting as a server — only you can see it |
Next phase vocabulary: Phase 1 — Vocabulary
Phase overview: Phase 0 | Next phase: Phase 1 — First Build