From 8b4701875f04596070563e915d8853e55b65acba Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Thu, 31 May 2012 01:29:01 +0200 Subject: [PATCH] TODO: About code deduplication in hooks/. --- TODO | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/TODO b/TODO index 136490e..292078a 100644 --- a/TODO +++ b/TODO @@ -162,6 +162,12 @@ Bugs to fix and features to add for 5.0 bin/x* currently contain the same or similar code like e.g. in the function readConfigurationFile. This needs to be cleaned up + hooks/ currently contain the same or similar code. First identical + stuff needs to be merged into one file plus symlinks to retain + backwards compatibility while keeping the code maintainable. Next + step would be to have just one file for similar stuff with a few + if-then-elses in there. + * Use Perl::Critic Stuff from Steve's TODO list / Generic TODOs