Make your code easy to run
ruby
Today, I want to write about steps you can take to make your take home test easy to run, and win brownie points with reviewers.
I spent a lot of time in the last half of 2023 reviewing take home test submissions. The company had opened hiring for junior through to senior positions, providing the same take home test for everyone. The goal of the test was to build a simple CLI application to search a provided JSON file containing a list of uniform entries.
Read more...