Find Related products on Amazon

Shop on Amazon

Throwaway Code: Don't recycle, throw it away (2017)

Published on: 2025-07-15 08:54:23

OK, you are working on a side programming project, and it's not progressing. Probably you aren't the only one. I've been working on a side project using React and ran into a problem. This is just one of the many ways of that will help you to advance your project. TLDL; Exercise often with "Throwaway" code. Context I've watched many online courses (Udemy/PluralSight) and read many blog article on React. I had a fun idea for a side project and decided to get started. Problem Faced I muddled through and made progresses. But the project stalled because I was constantly having problems with simple React errors. Eventually I was spending more time on debugging React issues than on the project itself. There is an idiom in Korean, The belly button is bigger than the belly (배보다 배꼽이 더크다). It basically means that your priority has been reversed. In my case, I was spending more time on fixing React issues than making a project progress. What I Did I decided to focus purely on React and ... Read full article.