From 2a072a5a49476af9cbdf8ec2637e4ed0c9e7aa7b Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 4 Mar 2024 00:18:56 +0000 Subject: [PATCH] Revert "Add daily email for 2024-03-02" This reverts commit ff21dab2a33d1d2181e748c09e6075afd5163ccb. --- app/config/sculpin_site.yml | 10 ++++------ source/_daily_emails/2024-03-02.md | 24 ------------------------ 2 files changed, 4 insertions(+), 30 deletions(-) delete mode 100644 source/_daily_emails/2024-03-02.md diff --git a/app/config/sculpin_site.yml b/app/config/sculpin_site.yml index a62066773..5d0a6c1f7 100644 --- a/app/config/sculpin_site.yml +++ b/app/config/sculpin_site.yml @@ -13,18 +13,16 @@ banner_text: | Plan your upgrade to Drupal 10 now. ctas: - call: | - Are you still using Drupal 7 and don’t know what’s involved to upgrade to Drupal 10? Book a Drupal 7 upgrade consultation call or an upgrade roadmap. d7eol: | There's less than a year until Drupal 7's end-of-life date. Plan your upgrade to Drupal 10 now! - module: | - If you're creating a new Drupal module, try my free Drupal module template. subscription: | Do you need immediate access to an expert Drupal Developer? With my Drupal development subscription, make unlimited requests for a fixed monthly price in less time than posting to a job board! - testing_course: | - Do you want to learn about automated testing in Drupal? Take my [free 10-day email course]({{site.url}}/atdc] and get daily lessons straight to your inbox. + call: | + Are you still using Drupal 7 and don’t know what’s involved to upgrade to Drupal 10? Book a Drupal 7 upgrade consultation call or an upgrade roadmap. pair: | Need help or want another pair of eyes on your code? Book a 1-on-1 consulting call or an online pair programming session with a 100% money-back guarantee., + module: | + If you're creating a new Drupal module, try my free Drupal module template. menu_links: - diff --git a/source/_daily_emails/2024-03-02.md b/source/_daily_emails/2024-03-02.md deleted file mode 100644 index a4837a294..000000000 --- a/source/_daily_emails/2024-03-02.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Are your tests good enough? -date: 2024-03-02 -permalink: archive/2024/03/02/are-your-tests-good-enough -tags: - - software-development - - automated-testing - - test-driven-drupal -cta: testing_course -snippet: | - You're about to refactor or add to some existing application code. How confident are you it will work afterwards? ---- - -You've been asked to add a new feature to or refactor some existing code. - -Assuming you have automated tests already (if not, why not?), before you change the code, you should ask whether they're good enough. - -They need to be passing, but do you feel confident the existing functionality will still work after you make your changes? - -Do you have all the existing use cases covered? - -If so, carry on. - -If not, spend some time improving your tests first to get that confidence before making any changes.