diff --git a/%5BWIP%5D-External-Libraries.md b/External-Libraries.md similarity index 91% rename from %5BWIP%5D-External-Libraries.md rename to External-Libraries.md index c7880c2..f66ada3 100644 --- a/%5BWIP%5D-External-Libraries.md +++ b/External-Libraries.md @@ -83,4 +83,8 @@ extern "file" call !Example_GreetUser "DiamondNether90" &out println $out # Prints "Hello, DiamondNether90!" -``` \ No newline at end of file +``` + +## Best practices +- Namespacing is done with an underscore (`libName_FunctionName`). +- Use camelCase for the library name and PascalCase for the function name. \ No newline at end of file