summaryrefslogtreecommitdiff
path: root/_posts
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2018-10-23 07:50:16 +0200
committerPatrick Spek <p.spek@tyil.nl>2018-10-23 07:50:16 +0200
commit1e2320f4ecb42430e54e42e1981cb284a6d6405f (patch)
tree6d0bf7a19f93f4ec80828f95d6ba1dd444e57108 /_posts
parent9fc3c01987beb7bc11fb628f9b5ec3817c239ca3 (diff)
Update desclaimer on "Hackerrank Solutions: Python 3 and Perl 6 (part 2)"
Diffstat (limited to '_posts')
-rw-r--r--_posts/2018-10-11-hackerrank-solutions-python3-and-perl6-part-2.html13
1 files changed, 5 insertions, 8 deletions
diff --git a/_posts/2018-10-11-hackerrank-solutions-python3-and-perl6-part-2.html b/_posts/2018-10-11-hackerrank-solutions-python3-and-perl6-part-2.html
index 5594bc2..26df2cb 100644
--- a/_posts/2018-10-11-hackerrank-solutions-python3-and-perl6-part-2.html
+++ b/_posts/2018-10-11-hackerrank-solutions-python3-and-perl6-part-2.html
@@ -27,14 +27,11 @@ Additional comments are always welcome as I try to improve the format.
{% endmarkdown %}
{% admonition_md Disclaimer %}
-Due to some comments I had on the previous article, I want to make some
-additional constraints I adhere to personally clear.
-
-I don't want to make use of `import` (or `use` for Perl 6) statements if these
-were not provided in the challenge template themselves. I do this because I
-want to stick to the challenges as closely as possible. Another reason is
-because it would invite all sorts of discussion that I could've used any module
-for it, and then discuss which module would've solved it best.
+Once again I'd like to make clear I'm trying to stick to the original
+Hackerrank challenges by not using any imports not specifically used in the
+original challenge. If you have suggestions for Python 3 or Perl 6 modules to
+make a given task easier, I still appreciate them, but I won't update my
+solutions to use a module.
{% endadmonition_md %}
{% markdown %}