Avoid using undocumented APIs
I learn a lot through reviewing other's pull requests. Maybe I notice a new way of doing something or learn something through review comments.
Today, I found a line of code that was calling an undocumented method in Ionic's navigator in a PR at work. The problem with using such APIs is that they may deprecate it or change it anytime.