Skip to content

Commit 4f6bc44

Browse files
committed
Refactor core modules for improved modularity and reduced file sizes
1 parent ec9b02a commit 4f6bc44

File tree

19 files changed

+3684
-3650
lines changed

19 files changed

+3684
-3650
lines changed

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ Simplicity first - code should be concise and elegant
2424
Keep README file up to date
2525
Keep .gitignore file up to date
2626
Be rigorous in fixing warnings and errors
27-
Code files should preferably be less than 200 lines long.
27+
Code files should preferably be less than 200 lines long. If the file contains many tests, then it is OK to have more lines.
2828
Functions should preferably be less than 20 lines long.

0 commit comments

Comments
 (0)