-
Leveraging the type system to avoid mistakes
Leveraging the type system to avoid mistakes
Wrong order of argument is a comment mistake. If we just rely on simple
type such as int it may not enough to help discover the bug since they mey all int. However, by wrapping them in a value class we can spot the error sooner. The post is in Scale but they are applied to any language
Appears in lists (1)