Code Organisation

Decide where code lives — the directory tree, module and package boundaries, and the layout inside a file. Use when starting a new project or directory tree, placing a new file/class/function, grouping code into modules or packages, splitting an oversized file or module, naming directories/packages/files, separating source from generated build artifacts, or auditing an existing codebase's structure.

jd-solanki 45c1009 6.4 KB Updated

File contents

jd-solanki/skills/tree/main/skills/coding/code-organisation commit 45c1009270

Frequently asked questions

npx skillmds@latest add jd-solanki/code-organisation