BST cheatsheet
Syntax snippets and quick notes for revision.
BST overview
const concept = "BST overview";
const task = { input: "sample", goal: "ship a useful feature" };
console.log(concept, task.goal);Use this bst overview pattern when a BST task needs a small, readable starting point.
BST setup
const concept = "BST setup";
const task = { input: "sample", goal: "ship a useful feature" };
console.log(concept, task.goal);Use this bst setup pattern when a BST task needs a small, readable starting point.
BST syntax
const concept = "BST syntax";
const task = { input: "sample", goal: "ship a useful feature" };
console.log(concept, task.goal);Use this bst syntax pattern when a BST task needs a small, readable starting point.
BST examples
const concept = "BST examples";
const task = { input: "sample", goal: "ship a useful feature" };
console.log(concept, task.goal);Use this bst examples pattern when a BST task needs a small, readable starting point.
BST workflow
const concept = "BST workflow";
const task = { input: "sample", goal: "ship a useful feature" };
console.log(concept, task.goal);Use this bst workflow pattern when a BST task needs a small, readable starting point.
BST validation
const concept = "BST validation";
const task = { input: "sample", goal: "ship a useful feature" };
console.log(concept, task.goal);Use this bst validation pattern when a BST task needs a small, readable starting point.
BST debugging
const concept = "BST debugging";
const task = { input: "sample", goal: "ship a useful feature" };
console.log(concept, task.goal);Use this bst debugging pattern when a BST task needs a small, readable starting point.
BST best practices
const concept = "BST best practices";
const task = { input: "sample", goal: "ship a useful feature" };
console.log(concept, task.goal);Use this bst best practices pattern when a BST task needs a small, readable starting point.