DEV Community

Discussion on: Good and Bad Practices of Coding in Python

Collapse
 
idanarye profile image
Idan Arye

What do you mean by "late binding"? AFAIK late binding is a slightly different term (with slightly different semantics) for dynamic typing, but from the way you talk about this it seems you are referring to the default arguments gotcha?