Collection of challenges sent by Cassidy Williams in her newsletter "Rendezvous with cassidoo".
Haven't you subscribed yet? -> https://cassidoo.co/newsletter/
Any suggestion, doubt or change is more than welcome.
As version manager I use asdf.
It's the main directory as it contains the READMEs with the challenges as well as the solution to them. For the tests vitest is used.
To run the tests:
npm run vitest
For PHP tests, the Pest library is used, these tests are located inside the tests
folder. Also PHPStan and PHP_CodeSniffer are used to ensure the quality of the code.
To run the tests:
composer test
Rubocop is used for code quality assurance and RSpec as a testing library.
To run the tests:
rake test