Conference Talk: Adaptable Human @ RubyConf China 2019 Sep 14, 2019
Seven years ago in 2012 I spoke at RubyConf China 2012. It was a technical talk on how to become a better developer, if you're interested…
So, you are using Slim, right? If not, go check it out because it’s awesome. ;)
Now, I don’t know about you but prior to Slim I use Haml quite a bit, and even though syntax-wise Haml and Slim have a lot in common, it’s still quite a challenge to convert all Haml templates to Slim templates.
As a result, let me present you with a quick n’ dirty Haml2Slim converter! Check out the source code.