Skip to content
CodeWiki
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
Search
⌘K
English
English
Chinese
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
English
English
Chinese
Practice
/
Quiz
/
Coding in the AI era
/
Generated change review
A generated change replaces a Boolean return value with { ok, value }. What is the strong…
from Generated change review
Node 24
intermediate
2 min
A generated change replaces a Boolean return value with { ok, value }. What is the strongest next review step?
Audit every caller and adapter for branching, destructuring, serialization, and error behavior
Approve because an object carries more information than a Boolean
Run the formatter to prove the new object syntax is valid
Check only the function that constructs the result object
Check
Ask AI about this kata
Report an error
previous kata
Which test is the most independent evidence for a generated sorting refactor?
Quiz
next kata
What does this generated pagination helper print for a zero limit?
Predict the output
A new version is available
Reload