These are great. I recently started taking phone holidays, usually on weekends, where for a whole day I don't allow myself to use my phone except to communicate with people.* Sometimes I just wind up bored, sometimes I wind up spending my time better. I've been gradually increasing how frequently I do this.
How would you go about learning to ask better questions?
*Thinking how strange this sentence would sound 20 years ago.
In my opinion, pair programming and system design discussions are important in the interview process. Those sessions enable hiring teams to assess how the candidate leverages AI tools to build features, debugs, and thinks about solving system-level problems.
However, I'm convinced the future of technical screening for software developers is to do so with code reviews rather than evaluating solely on code production.
The ability to review code is crucial in our industry. You'll be reviewing code often regardless of who (or what) generated it.
There is something unique about working on a solo project that you usually don't find in traditional software organizations: you can work on something lower priority just because you feel like it.
The sweet spot is when those tasks are complex and it really takes some motivation to get started/keep going.
I'd recommend fostering your curiosity as a mechanism for building momentum and getting stuff done, even if it's not a top priority task.
This came up at work the other day re: client-side code readability.
In one camp, folks were in favor of component extraction/isolation with self-documenting tests wherever possible.
In the other camp, folks argued that drilling into a multi-file component tree makes the system harder to understand. They favor "locality of behavior".
Those were exactly my thoughts while reading this article: if your codebase (over)uses inheritance, interfaces, traits, facades, dependency injection etc. etc. to thinly spread any given functionality over several files, no amount of formatting or nice naming is going to save you...
Most software engineering interviews are a “signal crisis”. They measure recall, not real-world engineering.
I'm working on moving the evaluation from “writing code under pressure” to technical judgment via structured code review.
https://entrevue.app
reply