Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

1.4

Choose a tag to compare

@mnestorov mnestorov released this 10 Oct 08:37
511efad

Reduce the code duplication and make the code more maintainable

By creating a separate get_unique_cookie_name() function, we adhering to the DRY (Don't Repeat Yourself) principle, which is a good practice in programming to reduce the repetition of code, making the codebase easier to maintain and less prone to bugs.