Postmortems
A postmortem (or post-mortem) is a process intended to help you learn from past incidents. It typically involves an analysis or discussion soon after an event has taken place.
“Whatever you do, you will make mistakes, errors and blunders. Everyone does. Some less, some more, but no one is exempt. Yet, success is nothing more than mistakes you managed to overcome. That is why a mistake is not important. What counts are the things you do after one.”

Android Inconsistent DB Schema when migrating from SQLite to Room.
LESSON LEARNED: Every team should establish a communication channel with other teams to favor collaboration and contribution. Continue reading Android Inconsistent DB Schema when migrating from SQLite to Room.