this post was submitted on 22 Nov 2023
190 points (92.0% liked)

Programmer Humor

19480 readers
30 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
[โ€“] Lowpast@lemmy.world 59 points 11 months ago (9 children)

Sounds like you don't know how to properly use TypeScript...

[โ€“] Zangoose@lemmy.world 29 points 11 months ago (8 children)

If I had the willpower or time to go through a multi-thousand line (not including the html templates) legacy Angular 6 codebase where almost every property is typed 'any' then I assure you I would have, it's driving me insane ๐Ÿ™ƒ, also why I prefer backend

[โ€“] 0xSim@fedia.io 44 points 11 months ago

The boy scout technique: fix your types when you're working on a bug or a feature, one file at a time. Also try to use unknown instead of any for more sensitive parts, it will force you to typecheck.

load more comments (7 replies)
load more comments (7 replies)