Conversation
Notices
-
@ayy >not just printing to console
-
@shpuld @ayy the virgin debugger:
-insecure, needs to know the value of every single thing that's on the stack
-has to ask the program to pause so he can find out what's going on
-"try"s to "catch" exceptions
the chad console logger:
-only prints the value of the variable he needs to know
-lets the program plow through the entire sequence until it crashes majestically
-embraces exceptions because he's exceptional himself
-
@shpuld @ayy i try my best!