Description
Hi, there doesn't seem to be a consensus on what the file naming convention for vala source files is.
Elementary OS has PascalCase as what they view as desirable.
https://docs.elementary.io/develop/writing-apps/code-style#classes-and-files
The Vala for C# developers page seems to show everything BUT the file naming convention.
https://docs.vala.dev/developer-guides/documentation/vala-for-csharp-devs/03-naming-conventions.html
Additionally, the page that goes into compilation and source files also does not touch on what is desirable / expected for the file naming convention.
https://docs.vala.dev/tutorials/programming-language/main/02-00-basics/02-01-source-files-and-compilation.html
As a community, especially in documentation, one path should be chosen for uniformity.