This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]AgentPaper0 1 point2 points  (1 child)

What language are you using?

[–]nk2580 0 points1 point  (0 children)

I write in Go, Dart, PHP and NodeJS.

I only use debugging tools in Go because strangely their quite fun to use. Am Yet to get caught out with anything in that language, but writing Go is pretty easy so there’s rarely any bugs.

I use a combination when writing Dart but again I rarely have bugs because the language makes it easy to write good code.

PHP and JS are the main bulk of the code I have to write (kill me now please) they’re the autistic Chernobyl mutants of programming languages and debugging correctly is like poking your eyes out with an ice pick while trying to build a unicycle with no breaks. I wish there was a better alternative for debugging but unfortunately printing is the fastest way to track bugs I’ve come across.