Albin Jose@suppo.fi to Programmer Humor@lemmy.ml · 1 year agoComment Your Code Peoplesuppo.fiimagemessage-square124fedilinkarrow-up11.57Karrow-down126
arrow-up11.55Karrow-down1imageComment Your Code Peoplesuppo.fiAlbin Jose@suppo.fi to Programmer Humor@lemmy.ml · 1 year agomessage-square124fedilink
minus-squareLongpork_afficianado@lemmy.nzlinkfedilinkarrow-up5·1 year agofor 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)
minus-squarepeopleproblems@lemmy.worldlinkfedilinkarrow-up3·1 year agoI like you. What’s fun is that this is C#, so no limit to the length of function names.
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.