Hacker News new | ask | show | jobs
by bluefirebrand 41 days ago
> Reviewing code is still way faster than writing code.

Writing code results in a much better understanding of the code than reviewing it

In fact I would say that in large complex codebases, in order to develop the same understanding of what the code is doing might actually take longer than writing it from scratch would have

1 comments

But it's written to your spec; there should be no surprises!
That's the fun part! The surprise is that it's actually not written to your spec at all! It just kinda smells similar to your spec