OpenSCAD matters because some design problems are easier to describe than to draw. When geometry follows rules, repeats, or predictable dimensions, writing the model as code can be more stable than editing it manually with drag-and-drop tools.
It suits users with a technical mindset, especially makers, 3D-print hobbyists, and anyone who wants revision-friendly parametric structures. It makes less sense if your main goal is freeform visual sculpting or quick aesthetic modeling.
What makes it worth keeping is model repeatability. Once parameters are defined well, variants and revisions become easier to manage, and the logic of the object stays visible instead of hiding in a long chain of manual operations.
The tradeoff is that the interface is not trying to soften the learning curve. OpenSCAD asks you to think structurally, and that can feel unfriendly at first if you expect a visual beginner tool. The reward is precision, not immediate comfort.
This site recommends OpenSCAD for users who want modeling that behaves more like engineering logic than freehand drawing. Start with a few simple shapes and transformations, then decide whether parametric scripting fits the way you think.