@NateNate60 to Programmer [email protected] • edit-210 hours agoOh boy what a beautiful regex. I'm sure it does something logical and easy to understand.imagemessage-square39arrow-up1139arrow-down14file-text
arrow-up1135arrow-down1imageOh boy what a beautiful regex. I'm sure it does something logical and easy to understand.@NateNate60 to Programmer [email protected] • edit-210 hours agomessage-square39file-text
^.?$|^(..+?)\1+$ <answer> Matches strings of any character repeated a non-prime number of times https://www.youtube.com/watch?v=5vbk0TwkokM
minus-square@[email protected]linkfedilink4•3 hours agoYou recommend using AI to produce code you don’t understand?
minus-square@[email protected]linkfedilink0•edit-22 hours agoThat I do, yes, because that’s a small chunk of code that - when necessary - would have to be completely remade anyways, not just modified.
You recommend using AI to produce code you don’t understand?
That I do, yes, because that’s a small chunk of code that - when necessary - would have to be completely remade anyways, not just modified.
That wouldn’t fly during a code review.