I've just been trying to get it to stop relying on compiler tools for code checking. "Okay that's done, now lets check it with npm run build. Oh I see the build is failing, let me take a look. Oh it looks like I named this function incorrectly, let me fix that. Lets check again. Great! Only 56 errors now, lets continue. Oh it looks like I also named this incorrectly, lets update all the places I used this function. Great lets run npm run build. Great! Only 55 errors now!" No matter how clearly you write, and rewrite the instructions it still can't get even javascript code "right".

Replies (1)

There will always be more bugs to fix in the future, until the bugs pile up like a mountain, and he will say we will just go away, and then do the bug fixing process all over again. ๐Ÿ˜‚
โ†‘