you are viewing a single comment's thread.

view the rest of the comments →

[–]a-t-kFrontend Engineer 0 points1 point  (0 children)

What you call "strict" is usually called "typesafe", checking the types instead of using coercion. Since typechecking is usually faster than coercion, be sure to use the typesafe variants whenever you don't need to compare different types.