Last active
July 23, 2022 07:49
-
-
Save smonff/47ddb23e06725505548de4833ff53f88 to your computer and use it in GitHub Desktop.
Natural language example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
my $is_easy_to_read = $self->evaluate_readability( $pattern ); | |
$self->explain_meaning unless $is_easy_to_read; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment