Update talk dates and times

This commit is contained in:
Oliver Davies 2019-02-25 20:37:20 +00:00
parent e44df9c1c5
commit 54594d4c6d
2 changed files with 4 additions and 4 deletions

View file

@ -15,8 +15,8 @@ events:
date: 2018-04-18 date: 2018-04-18
joindin: https://joind.in/talk/14851 joindin: https://joind.in/talk/14851
- event: drupalcamp_london_19 - event: drupalcamp_london_19
date: 2019-03-01 date: 2019-03-03
fuzzy_date: true time: '12:05 - 12:50'
--- ---
A demo of some of the open source projects that Ive been working on lately that are based on information from the Drupal.org API, including a PHP library for the API itself as well as some Drupal 8 modules that use it. A demo of some of the open source projects that Ive been working on lately that are based on information from the Drupal.org API, including a PHP library for the API itself as well as some Drupal 8 modules that use it.

View file

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