trailheadapps / apex-recipes

A library of concise, meaningful examples of Apex code for common use cases following best practices.
https://developer.salesforce.com
Creative Commons Zero v1.0 Universal
954 stars 458 forks source link

chore: Documentation Enhancement and Code Cleanup #586

Closed Damecek closed 2 weeks ago

Damecek commented 1 month ago

What does this PR do?

Improves documentation, fixes typos, removes unused variables, moves test classes to test folder.

The PR fulfills these requirements:

[ x ] Tests for the proposed changes have been added/updated. [ x ] Code linting and formatting was performed.

pozil commented 2 weeks ago

Hi @Damecek, thanks a lot for the PR with the numerous fixes and sorry for the delay in processing it. Could you run prettier on the PR so that CI passes?

Damecek commented 2 weeks ago

Thanks @pozil, the code is now reformatted.

pozil commented 2 weeks ago

Looking great, thank you so much @Damecek.