this post was submitted on 02 Aug 2024
314 points (97.0% liked)

Programmer Humor

31997 readers
853 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
[–] Epzillon@lemmy.ml 2 points 1 month ago

Just started a new job last week. Ive been in the industry for 3 years so not completely junior but getting in to a new codebase is always rough. Especially when only 1 huge library file is documented, every component is cluttered af and most variables and parameter names are 1 character long.

Doesnt help that functions are 100 lines either when each the parameter names makes the logic incomprehensible.