You must log in or register to comment.
Realistically if you have that ratio of errors to lines of code, you probably just fucked up a semicolon or braces.
Now if you have like 13 errors and they’re all unrelated, woof.
I would suggest the author stick to their day job but they don’t seem to be good at that either.
After working with Clojure where dev workflow is interactive, I can’t imagine going back to writing a bunch of code and then trying to compile it all at once. Being able to run your code as you write it saves you an incredible amount of headache.
Hey 600 loc is way more than I’ve ever done in a day Then again I washed out of the industry 🙆♀️
Pffft. If you only start debugging after so many lines, you’re asking for it. Always test small parts as much as possible.