In jekyll/jekyll#3008, @gjtorikian wrote of one woe of using Liquid: it swallows references to non-existent variables.
It would be amazing, when error_mode = :strict, to throw an error in this case. It would really help Liquid scale out to larger teams, I think, and would help surface annoying rip-your-hair-out issues that Liquid allows for today.
What do you think?
In jekyll/jekyll#3008, @gjtorikian wrote of one woe of using Liquid: it swallows references to non-existent variables.
It would be amazing, when
error_mode = :strict, to throw an error in this case. It would really help Liquid scale out to larger teams, I think, and would help surface annoying rip-your-hair-out issues that Liquid allows for today.What do you think?