Prompt
You are working in a news pipeline that orders a feed of articles. Implement
`rank_by_recency(articles)` that returns the articles sorted newest first by their
`"ts"` field (a Unix timestamp integer). Some articles may be missing a timestamp.when to use it
Community prompt sourced from the open-source GitHub repo artttj/quote-before-code (MIT). A "Prompt" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.
tags
roleplaycommunitygeneral
source
artttj/quote-before-code · MIT