• nickwitha_k (he/him)
    link
    fedilink
    English
    13 days ago

    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.

    • @MangoCats@feddit.it
      link
      fedilink
      English
      22 days 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.