this post was submitted on 02 Feb 2024
549 points (100.0% liked)

Programmer Humor

856 readers
15 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
[–] cyborganism@lemmy.ca 14 points 1 year ago (3 children)

My brother. That's why you do unit tests.

[–] milkjug@lemmy.wildfyre.dev 7 points 1 year ago

But are you even a real programmer if you don’t test in production?

[–] magic_lobster_party@kbin.social 4 points 1 year ago (1 children)

I shouldn’t need to do unit tests for quick one off scripts

[–] Kache@lemm.ee 8 points 1 year ago (1 children)

What kind of quick one off scripts have large complex scopes where variable renames are difficult to track?

Besides, these days Python has great LSPs and typing features that can even surpass the traditional typed langs

[–] magic_lobster_party@kbin.social 3 points 1 year ago (1 children)

Mostly number crunching and data exploration tasks. Just so I can make informed decisions about the data I got. I do this rarely enough so it hasn’t been worth for me to install all these extra third party support wheels.

[–] potustheplant@feddit.nl 4 points 1 year ago* (last edited 1 year ago)

Those support wheels are for your own (and apparently systematic) errors...