coja@lemmy.ml to Programmer Humor@lemmy.ml · 1 year agoFind yourselflemmy.mlimagemessage-square98fedilinkarrow-up1619arrow-down128
arrow-up1591arrow-down1imageFind yourselflemmy.mlcoja@lemmy.ml to Programmer Humor@lemmy.ml · 1 year agomessage-square98fedilink
minus-square13@masto.bglinkfedilinkarrow-up5·1 year ago@coja I am the engineer because I forget about Math.max existence
minus-squareTolookah@discuss.tchncs.delinkfedilinkarrow-up4·1 year agoEngineer likely ends up with the smallest code. Though the hit to execution time for a branch sucks. (Pipelines and such) Bit hacker will take the least execution time because of pipelines, but it needs more comments. Maybe something like // trust me, this works.
@coja I am the engineer because I forget about Math.max existence
Engineer likely ends up with the smallest code. Though the hit to execution time for a branch sucks. (Pipelines and such)
Bit hacker will take the least execution time because of pipelines, but it needs more comments. Maybe something like // trust me, this works.