> MyComponent.java > my_component.bxml > MyComponent.styles > MyComponent.resources
One advantage of changing the BXML naming convention is that the BXML source file would appear next to the associated Java file in an IDE or file system browser. Using the current naming convention, the BXML files appear after all of the Java source files, because they all begin with a lowercase letter. In practice, I have found this to be a bit inconvenient.
