minus-squareMad_Punda@feddit.orgtoProgrammer Humor@programming.dev•Peak code reuselinkfedilinkarrow-up25·edit-26 days agoMight very well be an endless loop because tail recursion can be optimized to reuse the stack frame. Depends on a lot of things of course. linkfedilink
minus-squareMad_Punda@feddit.orgtoProgrammer Humor@programming.dev•Exclusive insightslinkfedilinkarrow-up21·14 days agoA way to have several statements on the same line? linkfedilink
minus-squareMad_Punda@feddit.orgtoProgrammer Humor@programming.dev•feat: Add CODE_OF_CONDUCT.md by numinit · Pull Request #15 · JiaT75/STestlinkfedilinkarrow-up1·20 days agoIs that their GitHub account or someone using the same name? If the former, how do they still have a GitHub account? linkfedilink
Might very well be an endless loop because tail recursion can be optimized to reuse the stack frame. Depends on a lot of things of course.