Add DrupalCamp London talks

This commit is contained in:
Oliver Davies 2019-01-28 16:34:34 +00:00
parent b282db3dbc
commit b6d8c24b19
3 changed files with 10 additions and 1 deletions

View file

@ -33,6 +33,9 @@ events:
- event: drupal_dev_days_18
date: '2018-07-05'
time: '12:15 - 13:00'
- event: drupalcamp_london_19
date: '2019-03-01'
fuzzy_date: true
---
{% block content %}
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.