Spikdi
B10:43
B10:43
Last week I pushed a code change that broke the login page.
지난주에 로그인 페이지를 망가뜨리는 코드를 올렸어요.
The error showed up right after lunch.
점심 직후에 오류가 나타났어요.
My manager asked who made the change.
매니저가 누가 변경했는지 물었어요.
I said, "That one was on me."
제가 "그건 내 실수였어요"라고 말했어요.
My heart was racing, but I felt honest.
심장이 두근거렸지만 정직하다고 느꼈어요.
Here is what I missed: a small edge case.
제가 놓친 건 작은 예외 케이스였어요.
I checked the normal path but not the empty input.
정상 경로는 확인했지만 빈 입력은 확인하지 않았어요.
We fixed it together in an hour.
우리는 한 시간 만에 함께 고쳤어요.
My manager thanked me for being open.
매니저가 솔직하게 말해줘서 고맙다고 했어요.
I felt lighter after telling the truth.
진실을 말하고 나니 마음이 가벼웠어요.
To stop it happening again, I will test more cases.
다시 안 그러려고 더 많은 경우를 테스트할 거예요.
I will also ask a teammate to review my code.
팀원에게 코드 리뷰도 부탁할 거예요.
Owning My Mistake: A Bug and What I Learned
by @chaewon_45