You have lots of plugins, and even a theme. You are brave and adventurous – and you write (or copy-paste) lots of snippets to modify their default behavior. Now you have a custom code all over the place and even in your theme functions.php.
Is there a better way to fix that mess?
Include rules excluded by other standards for PHPCS
Developers should use code style rules, and PHPCS is a great tool for that. So how can you include rules that were excluded in inherited standards that extend Squiz, PEAR and PSR*?
The development story of WooCommerce Assistant
It is a long story – 3 years of shared efforts by Gregory Karpinsky and me to make this plugin happen. And 4.5 month of waiting time to get through WooCommerce.com review procedure.
Product Launch: WooCommerce Assistant
WooCommerce Assistant is a plugin to automate your shop products price and stock management. Schedule changes, optimize profits and be notified.
Working with Git and different projects – repository (part 1)
Below are my observations regarding Git repository usage in various scenarios: monorepo and several repositories.