Change to two spaces

This commit is contained in:
Oliver Davies 2024-09-08 23:09:54 +01:00
parent 2537fe2052
commit ed60ab964c
556 changed files with 2252 additions and 2252 deletions

View file

@ -3,15 +3,15 @@ title: Revisiting the Null Object pattern in Drupal
date: 2024-08-30
permalink: daily/2024/08/30/revisiting-the-null-object-pattern-in-drupal
tags:
- software-development
- drupal
- drupal-module
- open-source
- php
- design-patterns
- software-development
- drupal
- drupal-module
- open-source
- php
- design-patterns
cta: ~
snippet: |
Whilst working on my secret side project, today I decided to revisit the Null User Drupal module.
Whilst working on my secret side project, today I decided to revisit the Null User Drupal module.
---
The Null Object pattern is one of my favourite ways to DRY up code and reduce duplication.