1
AnonymousAnon
IDE autocomplete was disabled for a live coding round and typing raw functions felt like relearning to code
#interview-prep#technical-interview
Didn't realize autocomplete would be off until the round started, and typing full function signatures by hand made me second-guess syntax I've used for years. Slowed way down for the first ten minutes, then it just became normal. Still practicing a few problems a week with autocomplete off now, in case it happens again.
1 comment
- 0
AnonymousAnon Had almost the exact same thing happen with a strict linter turned on that flagged every unused import as an error mid interview. Weirdly stressful in a way that had nothing to do with the actual algorithm.