Add Drupal Dev Days talk

This commit is contained in:
Oliver Davies 2018-05-19 00:10:57 +01:00
parent cb0d9782ae
commit 451127f207
2 changed files with 8 additions and 0 deletions

View file

@ -94,6 +94,11 @@ events:
location: Bristol, UK
website: https://www.drupalbristol.org.uk
drupal-dev-days-2018:
name: Drupal Dev Days 2018
location: Lisbon, Portugal
website: http://lisbon2018.drupaldays.org
drupal-somerset:
name: Drupal Somerset
location: Glastonbury, UK

View file

@ -29,6 +29,9 @@ events:
date: '2017-11-22'
- event: drupal-somerset
date: '2018-06-14'
- event: drupal-dev-days-2018
date: '2018-07-05'
time: '12:15 - 13:00'
---
Testing is important. Why? It allows developers to add new features and edit and refactor existing code without the worry of adding regressions, reduces the reliance on manual testing to discover bugs, and by taking a test driven approach, your implementation code is leaner as you only write what is needed for your tests to pass.