Different syntax
This commit is contained in:
parent
17613d61ce
commit
73fb39cde5
19 changed files with 26 additions and 64 deletions
|
@ -19,12 +19,8 @@ meta:
|
|||
type: image/png
|
||||
use: [talks]
|
||||
events:
|
||||
- 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-london-17, date: '2017-03-04', time: '16:15 - 17:00' }
|
||||
- { event: drupalcamp-dublin-17, date: '2017-10-21', time: '12:00 - 12:40' }
|
||||
---
|
||||
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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue