Hacker News new | ask | show | jobs
by grensley 599 days ago
I think there's a number of factors that make it work as well as it does for me:

- Mostly writing React

- Not using any obscure or new libraries

- Naming things well

- Keeping logic simple

- Leaving a comment at the point where I'm about to make a shift from what the common logic would be

- Getting a feel for when it's going to be able to correctly guess or not (and not even reading it if I think it's going to be wrong)

- Trusting short blocks more than long ones