so the problems:
- the code doesn't quite expect it
- if it did expect it, i would need to use new class names for the lines, I can’t re-use the old class names
- therefore a number as the snippet identifier isn’t the best, a line number only for informational error reporting is ok, and more of a GUID for the actual block of code might be better.
- …and whatever I find next.