
This is how it feels trying to merge a repo

This is how it feels trying to merge a repo


Why did I read this as nodes. Am I seriously that married to CS that I read Nudes as nodes (as in nodes from linked lists).
I guess it doesn’t help that the they’ve used the character ‘•’ in place of the ‘u’ to solicite the word “Nudes.”
Madness. When I started using gdb in C it was lifesaver to find any runtime errors in my code. Coming from what is the shit of C compilation and runtime errors it saved what would effectively be hours of inserting printf statements to find the error.
It depends how well a language specifies where the runtime error is occuring. I just get “segmentation fault (core dumped)” as my runtime error which could mean any for loop or iterattive sequence in my program.