@DarkPlayer to [email protected] • 6 days agoWhat should semantic diffs highlight: The change or its effect?semanticdiff.comexternal-linkmessage-square19arrow-up140arrow-down11
arrow-up139arrow-down1external-linkWhat should semantic diffs highlight: The change or its effect?semanticdiff.com@DarkPlayer to [email protected] • 6 days agomessage-square19
minus-squaretiredofsametablinkfedilink1•6 days agoI don’t speak python. Does the f in the top example affect string interpolation or something? If the above replaces {bar} and the below does not, highlight all after the equals sign would be my preference.
I don’t speak python. Does the f in the top example affect string interpolation or something? If the above replaces {bar} and the below does not, highlight all after the equals sign would be my preference.
it allows string interpolation with the syntax in the photo