in reply to plack psgi

"I'm trying to avoid frameworks like Dancer/Mojolicious"

Why? The whole point of such frameworks is to hide away the type of problems that you are currently struggling with. Which allows you to write code describing your logic instead.

I don't feel like I "have to" use Dancer2, I feel like I get to.


The way forward always starts with a minimal test.

Replies are listed 'Best First'.
Re^2: plack psgi
by marto (Cardinal) on Feb 09, 2023 at 14:13 UTC

    I second this argument. We see it time and time again, 'I don't want to use some bloated framework like xyz...' followed by several posts from the same user about how to stop tripping up over issues getting started like this, reinventing the wheel while almost without fail making it worse, introducing security flaws or other related masochistic behaviours. People I know who have retro computing for a hobby keep that passion separate from their day jobs, where getting things done matters more than struggling with out dated cruft.