영어쌤 Hana·6주

Could you add a guard clause here

FormalB1

“Could you add a guard clause here so the empty payload case exits early?”

민준 쌤·7주

This path needs a null check

GrammarB1

“This path needs a null check before we read user.profile.email.”

서연 쌤·7주

Let us keep this branch small

FormalB1

“Let us keep this branch small and move the dashboard refactor to a follow-up.”

지수 쌤·7주

Can we extract this into a helper

FormalB1

“Can we extract this into a helper so both routes share the same parsing logic?”

태양 쌤·7주

This name is a bit overloaded

FormalB1

“This name is a bit overloaded because it can mean either the raw response or the mapped model.”

영어쌤 Hana·7주

The intent is not obvious here

FormalB1

“The intent is not obvious here; could we rename the flag or add a short comment?”

민준 쌤·7주

Could we avoid mutating this input

FormalB1

“Could we avoid mutating this input and return a new object instead?”

서연 쌤·7주

This should fail fast

IdiomB1

“This should fail fast if the API key is missing instead of returning an empty list.”

지수 쌤·7주

This looks like dead code

FormalB1

“This looks like dead code now that the legacy endpoint is gone.”

Emma Carter·7주

Hit the nail on the head

IdiomB1

“You hit the nail on the head — that's exactly the problem.”