Skip to content

mlewandowskim/n-interview

Repository files navigation

Task

1. Implement different grooming strategies for each breed.

2. Implement the GroomerService

Make sure it uses the Strategy design pattern to groom cats based on their breed. Each breed should have a different hair length after grooming.

3. Write and run tests to verify the functionality of the GroomerService.

Followup questions

1. Periodical grooming

How would you implement periodical grooming functionality? (each breed has to be groomed at different intervals)

How would you make sure each cat is groomed only once in horizontally scalable environment?

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published