this post was submitted on 02 Oct 2023
1514 points (98.3% liked)

Programmer Humor

33216 readers
2 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
[โ€“] Longpork_afficianado@lemmy.nz 5 points 1 year ago (1 children)

for i in array_sometimes_we_get_ints_from_upstream_functions_and_need_to_convert_them_to_floats_or_downstream_functions_throw_exceptions: out_array.append(float(i)

I like you.

What's fun is that this is C#, so no limit to the length of function names.