Have to add that we work exclusively in strongly-typed languages. Kinda want to see how it plays out, but I can’t help but argue with him, so I think I’ll just go.

  • ulterno
    link
    fedilink
    English
    arrow-up
    0
    ·
    9 hours ago

    I do mainly C and C++ and for a while, I had to check out some JS code…
    I wouldn’t want to take your place.

    The only case I remember using a void* in is when passing a function as an argument for a callback, to an RTC peripheral. Even then, the function was returning a void.