This document discusses code conventions for an enterprise-grade microservices framework for Node.js. It recommends using code conventions to improve code readability and maintainability as most software is maintained by others than the original authors. It provides guidelines for file naming, formatting of Java source code files with package and import statements, class declarations, indentation, and line wrapping.