← Back to Sparks
Tech NewsRelevance: 4/10

Stamp It! All Programs Must Report Their Version

Source: Lobsters

Stamp It! All Programs Must Report Their Version

Summary

All programs should report their version number for easier debugging and user support.

Key Insight

Including version information in your app makes it way easier to troubleshoot issues reported by users, especially when you're shipping updates frequently.

Action to Take

Add a simple function to your build process that automatically stamps your executables with the current version number from your Git tag or CI environment variable.

version-controldebuggingsoftware-developmentuser-support
Read Original Article ↗