As someone who spends time programming, I of course find myself in conversations with people who aren’t as familiar with it. It doesn’t happen all the time, but these discussions can lead to people coming up with some pretty wild misconceptions about what programming is and what programmers do.

  • I’m sure many of you have had similar experiences. So, I thought it would be interesting to ask.
  • kibiz0r@midwest.social
    link
    fedilink
    English
    arrow-up
    3
    ·
    3 months ago

    Hah, yeah a hexagon is a weird case. In my experience, devs talking about “math in a custom view” has always meant simply “I want to render some arbitrary stuff in its own coordinate system.” Sorry my assumption was too far. 😉

    • huginn@feddit.it
      link
      fedilink
      arrow-up
      2
      ·
      3 months ago

      Yeah it was a weird ask to be fair.

      Thankfully android lets you calculate those views separately from the draw calls so all that math was contained to measurement calls rather than calculated on draw.