257m@lemmy.ml to Programming@programming.dev · 1 year agoWhat are your programming hot takes?message-squaremessage-square922fedilinkarrow-up1351arrow-down114
arrow-up1337arrow-down1message-squareWhat are your programming hot takes?257m@lemmy.ml to Programming@programming.dev · 1 year agomessage-square922fedilink
minus-squareThordros [he/him, comrade/them]@hexbear.netlinkfedilinkEnglisharrow-up15·1 year agoIf you can’t find where you missed a closed parentheses, just add a bunch of them to the end of your project like this… ))))))))) … until your editor’s syntax helper tells you it’s good. I am very good at coding.
minus-squarelemmyingly@lemm.eelinkfedilinkarrow-up6·1 year agoI write the parentheses before I start writing inside the block. When something goes wrong, the scope of what I’ve done wrong is narrowed to within that specific block.
minus-squareThordros [he/him, comrade/them]@hexbear.netlinkfedilinkEnglisharrow-up2·1 year agoYou are so wise. 🫢
minus-squaremindbleach@sh.itjust.workslinkfedilinkarrow-up1·1 year agoAh, a practitioner of Extreme Go Horse.
If you can’t find where you missed a closed parentheses, just add a bunch of them to the end of your project like this…
)))))))))
… until your editor’s syntax helper tells you it’s good. I am very good at coding.
I write the parentheses before I start writing inside the block. When something goes wrong, the scope of what I’ve done wrong is narrowed to within that specific block.
You are so wise. 🫢
Ah, a practitioner of Extreme Go Horse.