-
Notifications
You must be signed in to change notification settings - Fork 160
Closed
Description
Your example shows
message StudentID {
string value = 1;
}
Later on subsequent example:
message Student {
StudentId id = 1;
FullName name = 2;
}
Where StudentID suddenly changes to StudenId.
I guess the correct one is StudentId, because it is safe for various CamelCase to snake_case converters (including your own in JSON Formatter, e.g. C# FromJsonName) would produce student_id instead of student_i_d.
Metadata
Metadata
Assignees
Labels
No labels