formatsAndConventions.md
codingStyle-javaBasic.html
Try to user common prefixes so that similar files appear together when sorted by name.
Good codingStyle-java.html
, codingStyle-html.html
Bad: javaCodingStyle.html
, htmlCodingStyle.html
Prefer plurals if the file/folder contains multiple items of same type e.g. docs
instead of doc