From 4e09530952af26e6f2166e48b25dd65147c3d87f Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Thu, 17 Oct 2024 15:28:35 -0300 Subject: [PATCH] Added a small readme, so people understand what this is --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..9238c04 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# WHAT IS THIS?!? + +Any time I want to check how to do something, to figure out a solution in +isolation, I open a project in this repository. + +Does it contain anything useful? That's a resounding "Maayybeee..." + +Thing is, it is useful **for me**. I can figure out how to fix something +without fighting a whole project build system, I can tinker the solution in +isolation, I don't need to worry too much about breaking changes or how to fix +tests...