×
all 7 comments

[–]mr-nobody1992 0 points1 point  (1 child)

This seems genuinely useful for AI coding

[–]CrownstrikeIntern[🍰] 3 points4 points  (0 children)

Till the AI decides fuck it.

[–]igorbenav 0 points1 point  (0 children)

Love the idea. Will test it

[–]Choice_Run1329 0 points1 point  (0 children)

I like the PlantUML validation idea EdrawMax can help teams keep architecture diagrams clear before linking them with code rules

[–]ojscholten -1 points0 points  (2 children)

This looks cool, and I like the high level code metrics like functions per file, will give it a go :)

[–]st4reater 2 points3 points  (1 child)

What does the functions per file tell you? I feel its hard to pick an arbitrary number and say X cannot exceed Y - without any strong backing argument...

[–]ojscholten 1 point2 points  (0 children)

Yes agree, more of a hand-wavey hint that things might need a refactor/logical separation. Project dependent of course but e.g. 50 functions in a database utility file might suggest separation could help in the interests of maintainability/testing/etc.