Remove http://default from content

This commit is contained in:
Oliver Davies 2025-07-16 12:00:00 +01:00
parent 025aaf3be2
commit 76ed8e141b
392 changed files with 525 additions and 525 deletions

View file

@ -78,7 +78,7 @@ body:
format: markdown
processed: |
<p>Yesterday, I asked whether class names should include suffixes or be named a certain way in your application.</p>
<p>I said that <a href="http://default/daily/2025/06/21/consistency-key">consistency is key</a>.</p>
<p>I said that <a href="/daily/2025/06/21/consistency-key">consistency is key</a>.</p>
<p>But how do you enforce these rules to keep things consistent?</p>
<p>It could be done manually in a code review or pair programming session, but it would be better if it could be automated.</p>
<p>Similar to phpcs for code linting and automated tests that ensure functionality works as expected, architectural tests allow you to define and run your own architectural rules.</p>