Skip to content

Commit

Permalink
DOCS : Updated stringly typed link.
Browse files Browse the repository at this point in the history
  • Loading branch information
crdoconnor committed Jan 7, 2024
1 parent 2e07cd2 commit 8586d31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/why-not/gherkin.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ Type safety is a critical feature of programming languages. While type systems c
At the other end of the spectrum is "stringly typed" code - the weakest of type systems, where everything is a string. Bash and Makefiles are both stringly typed and while it can be ok for short, simple scripts, it will make debugging painful when these scripts grow very large.
Gherkin is [stringly typed](https://www.techopedia.com/definition/31876/stringly-typed). Steps are parsed (often with regexes) and strings are pulled out and fed into step code.
Gherkin is [stringly typed](https://www.hanselman.com/blog/stringly-typed-vs-strongly-typed). Steps are parsed (often with regexes) and strings are pulled out and fed into step code.
HitchStory, on the other hand, is based upon StrictYAML and bakes in schema based parsing.
Expand Down

0 comments on commit 8586d31

Please sign in to comment.