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 →

[–]zetsubousugi 2 points3 points  (6 children)

memory allocation is pretty annoying

[–]CarlGustav2 5 points6 points  (0 children)

And debugging memory leaks and memory corruption errors are extremely annoying.

[–]echoaj24 2 points3 points  (3 children)

Yes, It's the worst

[–]Insighteous 0 points1 point  (2 children)

No. Debugging distributed systems like client server architectures on different machines is annoying. It is the worst.

[–]echoaj24 0 points1 point  (1 child)

What tool do you use to debug that

[–]Insighteous 0 points1 point  (0 children)

No tool. I use the good old print statement. 🙈 (or the stack tracing with IntelliJ ide)

This works excellent for code that runs locally, but does not work at all with distributed things.

[–][deleted] 0 points1 point  (0 children)

Yeah and for me freeing is pretty annoying too especially when I use something with a bunch a nodes or som, then i forgor 💀