For me, this is very similar to sending emails or correspondence.
After the code is “done”, I will read it and look through all the scripts in my mind.
After that, the tests will pass.
The best developers I've seen can read the code and get all the basic stuff. And then you get even more problems knocked out with unit testing.
Also comments. I think in assembly programming they talk about "write once, never read." If you do not comment on the assembly code, it cannot be supported. HLLs require helpful comments.
source share