Remove the feeds module

This commit is contained in:
Oliver Davies 2025-05-30 16:19:41 +01:00
parent acfd1cca8d
commit 0c98be96eb
851 changed files with 840 additions and 10348 deletions

View file

@ -87,14 +87,5 @@
"processed": "\n <p>You need to add an integration with a new service or supplier to your application code.<\/p>\n\n<p>You should avoid writing code that interacts directly with that service or supplier - a.k.a tightly-coupled code.<\/p>\n\n<p>What if you change to a different service or supplier in the future?<\/p>\n\n<p>What if they release a new version of their API that includes breaking changes?<\/p>\n\n<p>If your code is tightly coupled to a single implementation, you'd need to rewrite the code, and there wouldn't be a way to easily switch from the old version to the new one.<\/p>\n\n<p>By introducing an adapter layer, you make your code more loosely coupled.<\/p>\n\n<p>You can have multiple implementations, with one for each different supplier, service, or version.<\/p>\n\n<p>You can have a consistent interface and API for every implementation, making them hot-swappable and making it easy to switch between different implementations.<\/p>\n\n<p>If you change supplier or they release a new version, you write a new implementation for it and switch when you're ready.<\/p>\n\n<p>Also, as every implementation satisfies a common interface, it's easy to make a fake implementation that you can use for testing.<\/p>\n\n ",
"summary": null
}
],
"feeds_item": [
{
"imported": "1970-01-01T00:32:50+00:00",
"guid": null,
"hash": "d5f31c0bb830b46174ae9f0b2d15e7ea",
"target_type": "feeds_feed",
"target_uuid": "90c85284-7ca8-4074-9178-97ff8384fe76"
}
]
}