You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+3-7
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,7 @@
2
2
3
3
## Introduction
4
4
5
-
Thanks for taking the time to have a conversation with us.
6
-
7
-
This is a take-home technical test designed to be fun and allow you to show a little creativity.
8
-
9
-
It is based on real code that we have implemented more than once.
5
+
This is a take-home technical test designed to be fun and allow you to show a little creativity, it is based on real code that we have implemented more than once.
10
6
11
7
There is no time-limit on this challenge, take as long or as little as you like.
12
8
@@ -20,7 +16,7 @@ There are three files:
20
16
2.[factorhouse.kafka.topic-test.clj](test/factorhouse/kafka/topic_test.clj) contains three tests that currently fail
21
17
3.[factorhouse.test.data.cljc](test/factorhouse/test/data.clj) contains the test data and description of what it all means
22
18
23
-
There are is one principal technical challenge:
19
+
There is one principal technical challenge:
24
20
25
21
1. Implement the factorhouse.kafka.topic/sizes function, causing the first test to pass.
26
22
@@ -40,6 +36,6 @@ For more examples take a look at our [live demo site](https://demo.kpow.io).
0 commit comments