Script & Voltina
Script, your code smells like a spaghetti kitchen—let’s talk about breaking it into single‑responsibility modules so you can prototype without the clutter.
Sounds good, let’s map out a clear module hierarchy first, keep each file focused on one concern, then start prototyping incrementally so the codebase stays clean and testable.
Alright, sketch the top‑level package, then sub‑packages for domain, infrastructure, and app logic. Keep each file focused on one concern and write a quick test stub before you dive into implementation. That way the prototype grows clean and you can refactor without pain.