Updated TODOs, gunna focus on method names and then probably growing
This commit is contained in:
parent
2331110768
commit
429f4a0e70
|
@ -151,8 +151,6 @@ group {
|
||||||
my $remarks =
|
my $remarks =
|
||||||
$c->remark->get_remarks_by_thread_id($thread_id, $this_page);
|
$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
|
# Check for existence of thread
|
||||||
if (my $thread_body = %$thread{'body'}) {
|
if (my $thread_body = %$thread{'body'}) {
|
||||||
$c->stash(
|
$c->stash(
|
||||||
|
|
|
@ -25,5 +25,5 @@ Run the tests locally (against development environment)
|
||||||
## TODOs
|
## TODOs
|
||||||
|
|
||||||
1. Return the last remark with remark form
|
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, should use POD instead to
|
||||||
1. Method names may need to be shortened
|
describe their function
|
||||||
|
|
Loading…
Reference in New Issue
Block a user