How to determine if a source is outdated? #43
Closed
CodeAlDente
started this conversation in
General
Replies: 2 comments 1 reply
This comment has been hidden.
This comment has been hidden.
-
I am about to implement an automated process that will regenerate the corresponding CSV files for the sources on a regular basis. These CSV files will serve as a reference for determining which sources to include when updating domains. There are no specific criteria for whitelisting sources, meaning that all sources listed will be used. However, for blacklisting sources, we will consider a source "outdated" and exclude it from use if:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When is it appropriate to remove an external source file? In our CSV file containing the corresponding source data, there's information that could help identify outdated sources. The question is, what exactly qualifies as outdated, and how do we determine a suitable time frame for removal? I'm considering something like a year, but I'm uncertain if that's the right approach.
What do you guys think?
Beta Was this translation helpful? Give feedback.
All reactions