Add TDD Drupal Bristol talk

This commit is contained in:
Oliver Davies 2017-11-17 20:34:56 +00:00
parent f7f5afaa74
commit a83c89e714

View file

@ -21,6 +21,7 @@ use: [talks]
events: events:
- { event: drupalcamp-london-17, date: '2017-03-04', time: '16:15 - 17:00' } - { event: drupalcamp-london-17, date: '2017-03-04', time: '16:15 - 17:00' }
- { event: drupalcamp-dublin-17, date: '2017-10-21', time: '12:00 - 12:40' } - { event: drupalcamp-dublin-17, date: '2017-10-21', time: '12:00 - 12:40' }
- { event: drupal-bristol, date: '2017-11-22' }
--- ---
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.