weak typing
Definition
Electronics
- In programming, the allowing of certain exceptions in the enforcement of the data type of a given variable. Weak typing detects fewer errors when compiling than strong typing, which does not permit exceptions to data-typing rules.
