Comment on Spinel: Ruby AOT Native CompilerparentComments−james_marks4moI agree with the overall sentiment, but personally have grown to love if/return style.I find it easier to reason about and as it ages, stays maintainable vs more elsif branches with multiple conditions each.
Comments
I agree with the overall sentiment, but personally have grown to love if/return style.
I find it easier to reason about and as it ages, stays maintainable vs more elsif branches with multiple conditions each.