Skip to content

Commit 6674960

Browse files
committed
Add comment per PR feedback
1 parent 530dedb commit 6674960

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/AppInstallerCommonCore/PackageVersionDataManifest.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ using namespace std::string_view_literals;
99

1010
namespace AppInstaller::Manifest
1111
{
12+
// These shortened names save some bytes since humans are neither authoring them nor reading them (except to debug).
1213
static constexpr std::string_view s_FieldName_SchemaVersion = "sV"sv;
1314
static constexpr std::string_view s_FieldName_VersionData = "vD"sv;
1415
static constexpr std::string_view s_FieldName_Version = "v"sv;

0 commit comments

Comments
 (0)