Journal: Property-Based Testing with PropEr, Erlang, and Elixir

#erlang

My thoughts on improving the CSV decoder/encoder led me to the idea of using the functionality of regular expressions. This would simplify some of the checks and data analysis would be greatly simplified.

Unintentionally, I don’t have enough experience with regular expressions in Erlang yet. So I need to practice with the re module.

For this purpose, I created a new repository in which I will post examples of working with the re module’s functionality.

2 Likes

Using property-based test functionality I simply have found a restriction in an Erlang library (bert.erl) and make that one even better. :rocket:

2 Likes