brokenlcd ( @brokenlcd@feddit.it ) 54•1 month agoTbf, i always comment my code to do a sanity check of what i am doing along the way( think rubber duck method with comments). The problem is that my writing is so cryptic i am the only one that could ever understand it.
spooky2092 ( @spooky2092@lemmy.blahaj.zone ) English17•1 month agoI have to comment my code because otherwise I have no idea wth I was writing 6mo ago.
Like, I recently had to update a script I wrote 2 years ago and had thought 'this is self explanatory, I don’t need to comment it’s only to have me come back and have to walk the code to figure out I forgot to include an edge case that hadn’t occurred yet …
Feydaikin ( @Faydaikin@beehaw.org ) 15•1 month agomy writing is so cryptic i am the only one that could ever understand it.
That sounds like my handwriting. And If written in a hurry, even I struggle to make sense of the mix of runes, hieroglyphics and child’s drawings I call my “cursive”.
brokenlcd ( @brokenlcd@feddit.it ) 7•1 month agomy handwriting it’s exactly like that. Doesn’t help that i am left handed and smudge the shit out of the paper. But what i meant was the “oogabooga” caveman level of comments i add to code. You’ll be lucky to find a cohesive sentence in them. Ex: “check for x if exists, assume setup is done”
Feydaikin ( @Faydaikin@beehaw.org ) 2•1 month agoYeah, I know it was unrelated. And I’m sorry for high-jacking your comment.
Just thought I’d add my own little “funny” when it came to writing. :)
Swedneck ( @Swedneck@discuss.tchncs.de ) 1•1 month agosounds like you’re writing code twice lmao
spooky2092 ( @spooky2092@lemmy.blahaj.zone ) English5•1 month agoAh, “cursive”, where half of the letters aren’t actually cursive, and a quarter of the rest actually resemble the actual letter it’s supposed to be.
I hate reading my handwriting.
Rivalarrival ( @Rivalarrival@lemmy.today ) English1•1 month agoI stopped using cursive my sophomore year of high school. Started using smallcaps, and everyone was happier.
Artyom ( @Artyom@lemm.ee ) 9•1 month agoBoto3 is an suite of AWS integration tools in case anyone else was wondering.
Simulation6 ( @Simulation6@sopuli.xyz ) 9•1 month agoCheck-in rejected during code review. If you can’t summarize what you are doing, then you don’t really understand it. You may have to edit the comments after you have worked on it a bit and have a better understanding.
jadelord ( @jadelord@discuss.tchncs.de ) 2•1 month agoYeah, deal with it, Copilot/LLM plugin!