From bd1337b3c16fc6781b74ed4321c27f1b48ed4dfb Mon Sep 17 00:00:00 2001 From: Lars Hvam Date: Mon, 10 Jul 2023 06:30:27 +0200 Subject: [PATCH] averages --- src/posts.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/posts.ts b/src/posts.ts index fa9352a..b7f5b97 100644 --- a/src/posts.ts +++ b/src/posts.ts @@ -6,6 +6,13 @@ export const posts: { }[] = []; posts.push( + { + title: "Average complexity & method length", + date: "2023-07-10", + key: "averages-07-10", + body: `Average cyclomatic complexity & average method length added as new insights`, + }, + { title: "More historical stats", date: "2023-07-09",