DarkPlayer@lemmy.world to Programming@programming.dev · 2 days agoWhat should semantic diffs highlight: The change or its effect?semanticdiff.comexternal-linkmessage-square12fedilinkarrow-up134arrow-down11
arrow-up133arrow-down1external-linkWhat should semantic diffs highlight: The change or its effect?semanticdiff.comDarkPlayer@lemmy.world to Programming@programming.dev · 2 days agomessage-square12fedilink
minus-squareulterno@programming.devlinkfedilinkEnglisharrow-up0·21 hours agoOptions 1 and 3 make sense to me. Option 2 feels like something specific: Similar to cases like 100 vs 100U with the second one denoting “unsigned”.
Options 1 and 3 make sense to me.
Option 2 feels like something specific:
Similar to cases like
100
vs100U
with the second one denoting “unsigned”.