Brent 6/7/2019

Tests and types

Read Original

The article discusses the relationship between software testing and type systems. Using a function that converts RGB values to a hex string as an example, it argues that while tests verify specific cases, a strong type system can statically eliminate many invalid inputs (like non-integers or null), reducing the number of necessary tests. It also touches on the limitations of common type systems and mentions concepts like generic or custom types (e.g., Int<min, max>) to enforce business rules like value ranges.

Tests and types

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week

1
The Beautiful Web
Jens Oliver Meiert 2 votes
2
Container queries are rad AF!
Chris Ferdinandi 2 votes
4
LLM Use in the Python Source Code
Miguel Grinberg 1 votes
5
Wagon’s algorithm in Python
John D. Cook 1 votes