257m@lemmy.ml to Programming · 2 years agoWhat are your programming hot takes?message-squaremessage-square898linkfedilinkarrow-up1354arrow-down114
arrow-up1340arrow-down1message-squareWhat are your programming hot takes?257m@lemmy.ml to Programming · 2 years agomessage-square898linkfedilink
minus-squareUnfortunateShort@lemmy.worldlinkfedilinkarrow-up4·2 years agoI’d say except indices in general. Just bloats every line where you need to use them. Imagine writing CUDA C++ where you regularly add and multiply stuff and every number is referenced via (usually) 1-3 indices. Horrible.
I’d say except indices in general. Just bloats every line where you need to use them. Imagine writing CUDA C++ where you regularly add and multiply stuff and every number is referenced via (usually) 1-3 indices. Horrible.