"value":"\n <p>Over the last few days, I've written about watchers and running commands such as automated tests when files are changed.<\/p>\n\n<p>Some tools have this built in, whilst others don't.<\/p>\n\n<p>I've used different tools to do this and recently switched to <code>entr<\/code>.<\/p>\n\n<p>The previous one wasn't showing me the output from running Drupal automated tests, which <code>entr<\/code> does.<\/p>\n\n<p>I also like that it follows the UNIX philosophy of doing one thing well and working well with other programs.<\/p>\n\n<p>For example, to run my automated tests when I change a file, I need to run <code>find web\/modules\/custom | entr .\/run test<\/code>.<\/p>\n\n<p><code>entr<\/code> isn't concerned with how to find the list of files to watch - only what to do with them.<\/p>\n\n<p>To get the list of files, I use the <code>find<\/code> command and provide the files to <code>entr<\/code>.<\/p>\n\n<p>I also like to do this with my application code. I like to write small modules and libraries with clear boundaries and responsibilities, do their tasks well, and work well with other parts of the application.<\/p>\n\n ",
"format":"full_html",
"processed":"\n <p>Over the last few days, I've written about watchers and running commands such as automated tests when files are changed.<\/p>\n\n<p>Some tools have this built in, whilst others don't.<\/p>\n\n<p>I've used different tools to do this and recently switched to <code>entr<\/code>.<\/p>\n\n<p>The previous one wasn't showing me the output from running Drupal automated tests, which <code>entr<\/code> does.<\/p>\n\n<p>I also like that it follows the UNIX philosophy of doing one thing well and working well with other programs.<\/p>\n\n<p>For example, to run my automated tests when I change a file, I need to run <code>find web\/modules\/custom | entr .\/run test<\/code>.<\/p>\n\n<p><code>entr<\/code> isn't concerned with how to find the list of files to watch - only what to do with them.<\/p>\n\n<p>To get the list of files, I use the <code>find<\/code> command and provide the files to <code>entr<\/code>.<\/p>\n\n<p>I also like to do this with my application code. I like to write small modules and libraries with clear boundaries and responsibilities, do their tasks well, and work well with other parts of the application.<\/p>\n\n ",