# Review
Quite simply Refactoring Guru **rocks**. If any of my code-related notes spark your interest, you need to read [this website](https://refactoring.guru/). Its great. Many notes that don't directly source link to Refactoring Guru probably _should_.
# Notes
```base
filters:
and:
- file.hasLink(this)
views:
- type: table
name: Backlinks
order:
- file.name
- tags
- summary
```
---