Tag Archives: developer

Session Spotlight: Braces-less WordPress with AJ Zane

Join AJ Zane in the Trabuco Trail room at 2 PM on Sunday, June 7 for his talk Braces-less WordPress.

What if there was a way for us to develop in WordPress faster? What if this way actually made our code more precise and less error prone? What if we could stop using braces!? This talk will explore the concepts of using existing tools and preprocessors like sass, jade, coffeescript, etc to speed up your workflow and produce top notch themes and plugins. Before you know it, all your friends and family will be watching you code, yelling: “Run, Forest! Run!”

Session Spotlight: A Tale of Two Test Suites with Eric Mann

Join Eric Mann at 10 AM on Sunday, June 7 in the Salt Creek Trail room for his talk A Tale of Two Test Suites.

WordPress powers over 20% of the Internet and comes with a fully-fleshed out unit testing framework covering the core library. For testing plugins and themes (extensions to WordPress), Josh developed WP_Mock, a comprehensive mocking framework for WordPress. WP_Mock allows developers to test their code in complete isolation from WordPress itself.

He’ll walk attendees through both test frameworks, covering the pros/cons of each and examples of their use. Attendees will gain a further understanding of PHPUnit, unit testing in general, process isolation, and code modularization.