From 251f53a82062431b0d8600d79de6456716106880 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Mon, 6 Feb 2017 19:20:27 -0500 Subject: [PATCH] removed games as backlog and wrote myself a nastygram about mixing concerns. games are fun, technical debt is not fun, therefore game to-do items do not count as technical debt, QED. --- scripts/database/info_overload_report.sh | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/scripts/database/info_overload_report.sh b/scripts/database/info_overload_report.sh index c0364526..4093274f 100644 --- a/scripts/database/info_overload_report.sh +++ b/scripts/database/info_overload_report.sh @@ -109,8 +109,14 @@ analyze_hierarchy_and_report ~/cloud/feisty_notes "feisty meow notes (code relat # home notes are a new top-level category; used to be under the grunty. analyze_hierarchy_and_report ~/cloud/branch_road "hearth and home notes (branch road, yo!)" -# games and fun stuff. not sure why these count as backlog, but whatever. -analyze_hierarchy_and_report ~/cloud/gaming "games yo" +## +#yeah, games don't count as technical debt or backlog. that's nonsense. +# the whole point of playing games is as a way to let off steam or escape from current +# real world unpleasantness, so tying the game stuff into my huge lumbering backlog is +# like saying lets inject toxins in our brain. screw that. +## +## games and fun stuff. not sure why these count as backlog, but whatever. +#analyze_hierarchy_and_report ~/cloud/gaming "games yo" # some source code that needs to be sucked into other places, other codebases. they are not # supposed to pile up here. but they have, so we track them. -- 2.34.1