Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stokito/java-live-coding-tasks
A small task for live coding on an interview
https://github.com/stokito/java-live-coding-tasks
assignment live-coding
Last synced: 16 days ago
JSON representation
A small task for live coding on an interview
- Host: GitHub
- URL: https://github.com/stokito/java-live-coding-tasks
- Owner: stokito
- Created: 2020-11-17T11:01:24.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-04-05T13:31:39.000Z (over 1 year ago)
- Last Synced: 2024-12-13T01:32:46.284Z (21 days ago)
- Topics: assignment, live-coding
- Language: Java
- Homepage:
- Size: 5.86 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Java Live Coding Task
AList class is similar to a ArrayList from Java and works the same.
Currently the class is not implemented but you have a unit test for it.You task is to implements some methods and make few test cases green.
It would be great if you use TDD cycle during development.Here is no any catches and everything is clear, fair and familiar.
If you coded enough time then you'll for sure can make at least one test case happy.
It's not even matter how many test cases are solved, just some task to help you and interviwer to a feel and understand each other in somewhat reall work.