And how would you describe your political tendencies? I have a theory that more MLs are gonna be into static typing and more anarchists are gonna be into dynamic typing.

  • FunkyStuff [he/him]
    hexagon
    ·
    11 months ago

    If you're calling any methods on the values stored in those dicts it's still pretty useful. But if it's all primitive types then it's not going to help.

    • footfaults [none/use name]
      ·
      11 months ago

      In our case it's all primitive types since we're mostly dealing with web inputs from Django, and then some Celery tasks for RPC and we use primitive types for the arguments because it's a simple data, complex operation kind of application