From 5dd340dca4d9f19478e17264814815af16cdb27e Mon Sep 17 00:00:00 2001 From: Yangshun Date: Fri, 30 Jul 2021 22:46:56 +0800 Subject: [PATCH] contents: add more coding signals --- contents/coding-signals.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/contents/coding-signals.md b/contents/coding-signals.md index 963f22e5..1555b070 100644 --- a/contents/coding-signals.md +++ b/contents/coding-signals.md @@ -94,3 +94,9 @@ When interviewers take down interview feedback, these are likely what is on thei - 👍 Able to explain overall approach, technical terms and acronyms (where applicable) - 👎 Failed to effectively explain overall approach, technical terms and acronyms (where applicable) + +#### Explains while coding + +- 👍 Explains what the code is doing while coding, especially for parts which aren't obvious +- 👎 Keeps silent during coding, or just reading out the code without much +explanation \ No newline at end of file