this post was submitted on 14 Aug 2023
69 points (100.0% liked)

Programmer Humor

19197 readers
914 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 16 points 1 year ago (13 children)

As your future colleague wondering what the hell that variable is for, thanks Go.

[–] [email protected] 1 points 1 year ago (6 children)

A quick "find all references" will point out it's not used and can be deleted if it accidentally gets checked in but ideally, you have systems in place to not let it get checked into the main branch in the first place.

[–] [email protected] 1 points 1 year ago

Yeah that should be looked for in a CI line check, not a compilation requirement

load more comments (5 replies)
load more comments (11 replies)