Remove the feeds module
This commit is contained in:
parent
acfd1cca8d
commit
0c98be96eb
851 changed files with 840 additions and 10348 deletions
|
@ -87,14 +87,5 @@
|
|||
"processed": "\n <p>Something interesting that <a href=\"https:\/\/www.daveliddament.co.uk\">Dave Liddament<\/a> and I discussed was the use of value objects in application code.<\/p>\n\n<p>Instead of using a primitive type, such as <code>string<\/code>, you can create a new value object for a specific type of string, such as an <code>EmailAddress<\/code> or, in my side project, a <code>LicenceKey<\/code>.<\/p>\n\n<p>Both are strings, but using value objects of specific types can make the code more readable and its intent clearer.<\/p>\n\n<p>A value object can contain additional logic, such as validation to execute an ensure the value object is valid, such as making sure a string is not empty, is a specific length or only contains valid characters.<\/p>\n\n<p>This an approach that I'm going to use more going forward.<\/p>\n\n<p>I also found <a href=\"https:\/\/www.youtube.com\/watch?v=yJpvObzKewY\">a lighting talk by Dave<\/a> at a PHPSW meetup where he explains this further and, of course, you can listen to the podcast episode after it's been released.<\/p>\n\n ",
|
||||
"summary": null
|
||||
}
|
||||
],
|
||||
"feeds_item": [
|
||||
{
|
||||
"imported": "1970-01-01T00:32:50+00:00",
|
||||
"guid": null,
|
||||
"hash": "60b18ba23e94d04d883b816e371d3836",
|
||||
"target_type": "feeds_feed",
|
||||
"target_uuid": "90c85284-7ca8-4074-9178-97ff8384fe76"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue