@[email protected] to [email protected] • 4 months agoHow far should a programming language aware diff go?semanticdiff.commessage-square22fedilinkarrow-up177
arrow-up177external-linkHow far should a programming language aware diff go?semanticdiff.com@[email protected] to [email protected] • 4 months agomessage-square22fedilink
minus-squareKlnsfw 🏳️🌈link3•4 months agoAssuming it’s C/C++, the for and the while loops are not equivalent: the scope of the variable i is not the same.
Assuming it’s C/C++, the for and the while loops are not equivalent: the scope of the variable i is not the same.