Comment by omgJustTest

1 month ago

``` README.md

straight up honest - originally called this "make-it-stop" but then saw @TimDarcet also built similar and named it STFU. wayyyyy better name. so stole it. sorry not sorry.

```

Probably the reason that the code "worked" from a single prompt. Could potentially have downloaded the github repo first...

> Probably the reason that the code "worked" from a single prompt

I took a look at the repo, and the whole thing is 12 lines of JS and some basic HTML and CSS. I'm not surprised at all it worked the first time from a single prompt. No need to copy someone else's project for something so simple.

adding levels of indirection/abstraction is a common engineering move, especially in software engineering.