257m@lemmy.ml to Programming@programming.dev • 1 year agoWhat are your programming hot takes?message-squaremessage-square283 fedilinkarrow-up1177
arrow-up1177message-squareWhat are your programming hot takes?257m@lemmy.ml to Programming@programming.dev • 1 year agomessage-square283 Commentsfedilink
minus-squareThordros [he/him, comrade/them]hexbear15·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. link
minus-squarelemmyingly@lemm.eehexbear6·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. linkfedilink
minus-squaremindbleach@sh.itjust.workshexbear1·1 year agoAh, a practitioner of Extreme Go Horse. linkfedilink
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.