Admiral Patrick@dubvee.org to Programmer Humor@programming.devEnglish · 3 months agoexitdubvee.orgimagemessage-square7linkfedilinkarrow-up16arrow-down10
arrow-up16arrow-down1imageexitdubvee.orgAdmiral Patrick@dubvee.org to Programmer Humor@programming.devEnglish · 3 months agomessage-square7linkfedilink
minus-squaredormedas@lemmy.dormedas.comlinkfedilinkarrow-up1·3 months agoFINALLY! This has always annoyed me. If you’re gonna go through all the trouble of identifying that I want to exit, just DO it.
minus-squarewise_pancake@lemmy.calinkfedilinkarrow-up1·edit-23 months agoIt’s not really much extra effort though They just added so e text to the __repr__ method on the exit callable object That’s much easier than figuring out if your running this interactively and trying to figure out if this is going to break stuff.
FINALLY! This has always annoyed me. If you’re gonna go through all the trouble of identifying that I want to exit, just DO it.
It’s not really much extra effort though
They just added so e text to the
__repr__
method on theexit
callable objectThat’s much easier than figuring out if your running this interactively and trying to figure out if this is going to break stuff.