to avoid many subtle development mistakes and the IDE going crazy simply rename the field and everywhere it is used also rename all other occurrences of variable `len` (except the `len` method) to `length`
to avoid many subtle development mistakes and the IDE going crazy
simply rename the field and everywhere it is used
also rename all other occurrences of variable
len(except thelenmethod) tolength