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