Skip to content

iCareWorld/oculo_code_review

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Oculo Code Review

The Code

Located in the code directory is a simple controller from a bigger application that allows users to send communications to each other. The functionallity can be described as:

  • Allow an API client to create a message from an existing user to an existing user and send it via an external api
  • Allow an API client to query the message at a later date to determine if the message has been successfully sent.

The code also contains a ExternalApiClient that represents an interface for making calls to an external system which can take varying amounts of time to succeed, fail and raise errors (like timeouts).

It also contains an integration spec that tests the desired behaviour

It's also worth noting this code has been designed to be problematic and is not indicative of how we write code at Oculo

The Exercise

We would like you to do the following:

  • Create a repository called oculo_code_review
  • Copy the files in the code directory of this repo into the root directory of your new repo, and create a pull request
  • Review the pull request identifying problems you find in the code and suggest changes you would need to make to get the code to a production ready standard.
  • Provide commentary on any considerations or questions that might need to be answered about the code.
  • You can safely ignore any issues that a linter could auto-correct.

When you're happy with your review send us a link to the PR.

About

Base repo for coding review challenge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages