Skip to content

Commit 9e79705

Browse files
committed
Updated Developer wording to make it clearer as to what we looking for
1 parent 86d1206 commit 9e79705

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

src/interviews/development.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,16 @@ Create a library that can read in commands of the following form:
1919
## Developing your Solution
2020

2121
1. Use your preferred language, platform and IDE to implement this solution.
22-
- If C#: a console solution grounded in the Microsoft stack is ideal, but we're also happy to look at a solution with your preferred tech stack.
23-
- If iOS: please write an interactive UI for the application in Swift
24-
- If Android: please write an interactive UI for the application in Kotlin
25-
2. Your solution should be clean and easy to read, maintain and execute.
26-
3. You should provide build scripts or instructions to build and run the solution.
27-
4. There should be a user interface to run the solution and assess that it works correctly. This could be a command prompt interface that takes one string command in at a time.
28-
5. The code should be original and you may not use any external libraries or open source code to solve this problem, but you may use external libraries or tools for building or testing purposes.
22+
- .NET: A console application written in C#
23+
- Web: A web app written in React and TypeScript
24+
- iOS: An interactive UI for the application written in Swift
25+
- Android: An interactive UI for the application written in Kotlin
26+
2. Your solution should be clean, easy to read, maintain and production ready. It should also be proportionally complex to address the problem.
27+
3. Ensure your code is robust and satisfies the test cases.
28+
4. Error conditions should be handled appropriately and presented in a clear way.
29+
5. You should provide build scripts or instructions to build and run the solution.
30+
6. There should be a user interface to run the solution and assess that it works correctly. This could be a command prompt interface that takes one string command in at a time.
31+
7. The code should be original and you may not use any external libraries or open source code to solve this problem, but you may use external libraries or tools for building or testing purposes.
2932

3033
## Solution Requirements
3134

0 commit comments

Comments
 (0)