Comment by berikv

Comment by berikv 6 days ago

3 replies

Personally, I’d start with divide and conquer. If you’re working on a relevant code base chances are that you can’t learn all the API spec and documentation because it’s just too much.

berikv 6 days ago

Also: Fix every bug twice: Both the implementation and the “call site” — if at all possible