Shreesh

Avoid using undocumented APIs

14 May 2020

🧁 1 minute read

Today I learned

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.

← Home