you are viewing a single comment's thread
view the rest of the comments
[–] 1 point 1 year ago (1 child)

I hate the syntax in OpenSCAD. It LOOKS like something object-oriented but it is procedural, causing oh so many footguns, if one expects it to act like OOP.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 2 points 1 year ago

    I'm a mostly procedural thinker, even though I program in OOP all day long. OpenSCAD works a lot like the rest of my code: write it, try it, look at the results, curse, revise it, try it, look at the results, curse differently... you get there eventually. I do highly suggest not coding a masterpiece in OpenSCAD without visualizing the components first.

  • source
  • parent