Please look over the onboarding notes when you get a minute — nothing urgent, but it will save you guessing next week.
Glad you are here. Three things worth knowing before your first standup:
Everything we ship goes out behind a flag, so nothing you touch is irreversible
Ask in the channel before you ask in a DM — someone else usually has the same question
This is only day one — nobody expects you to hold it all in your head yet
“Everyone who is good at something spent a long stretch being bad at it.” — Odile Marchetti
And a bit of fun to open with — here is how we tend to think about picking up a new skill:
Wrap text
123▾4
# practice is a loop, not a leap
steps = ["Notice", "Attempt", "Stumble", "Adjust", "Repeat"]
for i, step innumbered(steps, start=1):
show(f"Step {i}: {step}")