Project Naming and Folder Conventions

This document defines the naming conventions for the clinical system project. All code-level identifiers and documentation follow the English language to ensure professional standards and maintainability.


1. Directory Structure

The project follows a modular architecture. Each module contains its logic separated into layers:


2. Naming Conventions

File Naming

All files must use kebab-case and include a suffix corresponding to their role in the architecture.

Class Naming