From 311b34eda0666ad9935c57f7fe7ba9b5b926c131 Mon Sep 17 00:00:00 2001 From: Tom Ellis Date: Thu, 14 Nov 2019 13:40:11 +0000 Subject: [PATCH] Add another comment about duplication --- test/builds/build_and_test_mnistcnn.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/builds/build_and_test_mnistcnn.sh b/test/builds/build_and_test_mnistcnn.sh index 21c5dad97..7add1c534 100644 --- a/test/builds/build_and_test_mnistcnn.sh +++ b/test/builds/build_and_test_mnistcnn.sh @@ -1,3 +1,8 @@ +# There's a lot of duplication between this and +# build_and_test_adbench_lstm.sh, but we will follow the Rule of Three +# +# https://en.wikipedia.org/wiki/Rule_of_three_(computer_programming) + set -e KNOSSOS=$1