257m to [email protected] • 1 year agoWhat are your programming hot takes?message-square726fedilinkarrow-up1334arrow-down114
arrow-up1320arrow-down1message-squareWhat are your programming hot takes?257m to [email protected] • 1 year agomessage-square726fedilink
minus-squareUnfortunateShortlink4•1 year 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.