overkill-for-mac
overkill-for-mac copied to clipboard
Coding style
This PR has the following purpose:
- [x] Avoid imbricating
if
or loops when possible to enhance clarity upon reading the code - [x] Use a more
Swift
approach by usingguard
,filter
,forEach
,URL
etc...