@evan
The example I gave is code I reuse by copying and pasting. I’d only go through packaging + distribution + versioning “tax” if I was sharing for other team/people to reuse.

Dawn Ahukanna
@dahukanna@mastodon.social
Post
-
Programmers, which of these shortcuts do you use? -
Programmers, which of these shortcuts do you use?@evan don’t so much copy and paste previously written code but rather reuse modular abstractions with a defined, tried, real-world tested functionality and interface e.g. since 2011 I’ve used the same/similar runtime logger abstraction wrapper for contextual application runtime debug/trace/info/warn/error/fatal messages.