this post was submitted on 04 Feb 2025
36 points (97.4% liked)

Programming

18082 readers
152 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 1 points 19 hours ago (1 children)

Just because they are equivalent for the labguage does not mean they are interchangeable. I may choose to use single or double quotes in specific cases and need that change to be visible, even if the language rules say it is indifferent.

This is the obvious one: The way the string is written changes, but its content remains the same. There is nothing to highlight for SemanticDiff.

Moreover, my point was about how they phrase it. It seems they dismiss what the code means to developer by mentioning "content" and discarding "the way the string is written".

[โ€“] [email protected] 1 points 19 hours ago

I may choose to use single or double quotes in specific cases and need that change to be visible, even if the language rules say it is indifferent

Then a semantic diff is not for you, just use the old method.