From 8be943ed31c4c2a92c72b018e98af064035f09d8 Mon Sep 17 00:00:00 2001 From: ProgrammerIn-wonderland <3838shah@gmail.com> Date: Tue, 17 Sep 2024 22:26:52 -0400 Subject: [PATCH] add fsapp warning --- apps/fsapp.app/operations.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apps/fsapp.app/operations.js b/apps/fsapp.app/operations.js index f8a5e91f..d6478340 100644 --- a/apps/fsapp.app/operations.js +++ b/apps/fsapp.app/operations.js @@ -1,5 +1,10 @@ // this app should be refactored again, (someday?) but im not doing it rn so + // Note from Rafflesia: What the fuck? +// If you're new here, this is the one file which you really don't want to touch, fsapp has been around since well, forever. +// The code is the definition of growth-rot and messy, this is a 1k+ line file with almost all of the code for this app. +// Frankly, it's terrible, don't touch it, and if it works, don't refactor anything unless you're willing to break it and rewrite the entire thing +// You've been warned async function filePickerAction(selected) { for (const row of currentlySelected) {