Code Yarns ‍👨‍💻
Tech BlogPersonal Blog

Pre-Commit Checklist

📅 2010-Sep-02 ⬩ ✍️ Ashwin Nanjappa ⬩ 🏷️ habits ⬩ 📚 Archive

It is expected that code should compile without any errors and warnings before committing it. But, it is also good to check this for both Release and Debug versions. Why? The primary reason is that assertions are not defined in Release mode. So, code that compiles properly in Release mode, might still cause compile errors in Debug mode. There could be other differences in the Project properties for these 2 modes.


© 2023 Ashwin Nanjappa • All writing under CC BY-SA license • 🐘 Mastodon📧 Email