this post was submitted on 12 Feb 2024
763 points (98.4% liked)

Programmer Humor

32461 readers
711 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
[โ€“] festus@lemmy.ca 6 points 9 months ago (1 children)

Yeah it stops converting numbers too. At my job we have a lot of ids that start with 0, and it was super annoying to have '000123' turn into '123', now it keeps it as text.

That might just be the top tool of the week, then!