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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
-
# Sendle Elixir Coding Test
1
+
# Sendle Elixir Technical Exercise
2
2
3
3
**DO NOT FORK THIS REPOSITORY IN GITHUB, JUST CLONE IT AND FOLLOW THE INSTRUCTIONS FOR SUBMISSION AT THE END OF THE README**
4
4
5
-
Hi, thanks for taking the Sendle Elixir coding test.
5
+
Hi, thanks for taking the Sendle Elixir Technical Exercise.
6
6
7
-
The purpose of this test is for us to get a sense of your skill level with the Elixir
7
+
The purpose of this exercise is for Sendle to get a sense of your skill level with the Elixir
8
8
Programming Language and to see how you think and your problem solving approach.
9
9
10
10
The problem we've chosen is a pricing system, since we use Elixir extensively in our
@@ -45,7 +45,7 @@ The pricing model should be built from the following two data files. These files
45
45
*`zones.csv` This contains the zone information. Zones are lists of suburbs, postcode pairs and a zone name.
46
46
*`prices.csv` Each row contains the price to deliver a parcel of a given weight for a given range. All prices are in the same currency and weights are in grams.
47
47
48
-
## Submitting the test
48
+
## Submitting the Exercise
49
49
50
50
When you have completed the exercise and wish to submit your work, please do the following:
0 commit comments