# project-conventions > Every code need inline doc comments. - Author: lightrao - Repository: lightrao/kiloSkillTest - Version: 20260105170502 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-07 - Source: https://github.com/lightrao/kiloSkillTest - Web: https://mule.run/skillshub/@@lightrao/kiloSkillTest~project-conventions:20260105170502 --- --- name: project-conventions description: Every code need inline doc comments. --- # Instructions Add inline documentation comments to the code following best practices for the programming language used. Ensure that all functions, classes, and significant code blocks are well-documented to enhance readability and maintainability. Use appropriate documentation styles such as Javadoc for Java, docstrings for Python, or XML comments for C#.