Write a simple template engine in 30 lines of code
Many template libraries are hundreds or thousands of lines of code. I break the problem down step by step and show you that you can build your own template engine in just a few lines of code.
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
Many template libraries are hundreds or thousands of lines of code. I break the problem down step by step and show you that you can build your own template engine in just a few lines of code.
Post a comment