this post was submitted on 17 Aug 2024
704 points (95.4% liked)

Programmer Humor

32179 readers
293 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] jjjalljs@ttrpg.network 3 points 1 month ago (1 children)

I've never had a complaint about logging stuff in python. It generally does what I expect.

"Create a copy of your object and print that" is what I ended up doing, but I don't think most people would say that's intuitive. I expect if i print something at a particular time, I get what it is at that point in time.