I’m looking for a solution to customize my theme (Crave) in a way where my custom code is easily distinguishable from the original theme code for future theme updates. Are snippets a good way to do so?
For context: I have VS Code setup with two branches linked with Githup and Shopify (dev branch and release branch). If my theme gets updated I copy the theme files into my local repository and use a diff/merge editor to see, what’s new.
This is the point where I need something that helps me see, what are the theme dev’s changes and what is custom code I did in order to decide if I want the change, merge it or leave it out.
I’m just learning about snippets and wondering, if the {% render %} tag would be a good visual indicator when comparing code, that this is where I added something to the theme myself.