ziodave's comments

ziodave | 6 years ago | on: Lombok Saved My Ass

Lombok is a compile time library that doesn’t do any magic but replacing an annotation with fragments of code. It feels more like using macros which exist in many languages. And it helps in keeping the code readable and DRY.

ziodave | 9 years ago | on: WordPress, use esc_html_e() instead of _e()

I'd like to highlight the following from the linked chat conversation:

> kovshenin: it's all about how you treat translation files. if you're blindly merging pull requests with compiled .mo files for your plugin, you're going to end up with <script> somewhere in there sooner or later

> kovshenin: seen it many times

page 1