Properties5
| Type | Article |
| Author | thoughtbot |
| Date | Dec 21, 2023 |
| URL | https://thoughtbot.com/blog/how-i-have-fun-with-rust |
| Note created | Dec 21, 2023 |

Many times I tried using references and lifetimes, but I always ended up with hard to understand errors. Other times I’d try to fix the errors, only to end up with a different error. My advice is to avoid references and lifetimes as much as possible.