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.
  • kibiz0rEnglish
    arrow-up
    3
    arrow-down
    0
    ·
    8 months ago
    link
    fedilink

    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
      arrow-up
      2
      arrow-down
      0
      ·
      8 months ago
      link
      fedilink

      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.