CogitaveLearn

Knowledge check

Check your knowledge

Choose an answer to see why it is right or wrong.

JavaScript is off, so every explanation is shown at once.

  1. 01You are about to write a new date-formatter utility for a feature. Per the discover-before-generate hard rule, what do you do first?

  2. 02A component's styles hard-code a hex color instead of pointing at a semantic token. Which layer of the single source of truth does this break, and why does it matter?

  3. 03A team wants to build a fully custom job scheduler from a blank file instead of studying an existing best-in-class scheduler first. What does ADR-0003 say?

  4. 04A pull request adds a new UI component that duplicates an existing golden component. What actually stops it from landing on main?