Comment by tpoacher

7 months ago

There's a subtle difference between a nice template and a fully-working implementation that you then modify though.

(e.g. in that they were designed with different goals in mind, so the former is likely to have stopped at the point where it was general enough, to save you time, but not too specific to create footguns).

Bonus points if your template explicitly has fail patterns that prevent your code from silently failing.