DEV Community

Discussion on: The Hardest Problem in Computer Science: How do You Wait While Compiling?

Collapse
 
jackmellis profile image
Jack • Edited

Reflection. Whenever I finish a feature I spend at least 30 minutes going over what I did, thinking about what I struggled with, how I could do it better. Sometimes this leads to a refactor of the code, sometimes it gives me ideas on our best practices, occasionally it leads to discovering a bug.