From 429f4a0e7043aaa186f1173867ab5adf100bb745 Mon Sep 17 00:00:00 2001 From: swaggboi Date: Mon, 29 Aug 2022 11:12:46 -0400 Subject: [PATCH] Updated TODOs, gunna focus on method names and then probably growing --- PostText.pl | 2 -- README.md | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/PostText.pl b/PostText.pl index ce3e3e0..25af5bb 100755 --- a/PostText.pl +++ b/PostText.pl @@ -151,8 +151,6 @@ group { my $remarks = $c->remark->get_remarks_by_thread_id($thread_id, $this_page); - # Probably a better way to do this 404 stuff I reckon - # Check for existence of thread if (my $thread_body = %$thread{'body'}) { $c->stash( diff --git a/README.md b/README.md index f108a1c..0d38d99 100644 --- a/README.md +++ b/README.md @@ -25,5 +25,5 @@ Run the tests locally (against development environment) ## TODOs 1. Return the last remark with remark form -1. Marked some items for clean up with comments -1. Method names may need to be shortened +1. Method names may need to be shortened, should use POD instead to + describe their function