Skip to content

Commit cfd3f89

Browse files
committed
Python: Highlight split/join subclass files usage
1 parent 933938d commit cfd3f89

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

python/ql/src/meta/ClassHierarchy/join-yml-files.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
"""Concerns were raised about performance on Windows with having 2.5 k files for modeling, and it was recommended we join them all together when shipping.
44
55
This script does that.
6+
7+
Workflow when working on the automatic subclass modeling:
8+
1. split files
9+
2. do your work
10+
3. join files
11+
4. commit your changes
612
"""
713

814
import sys

python/ql/src/meta/ClassHierarchy/split-yml-files.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
"""Concerns were raised about performance on Windows with having 2.5 k files for modeling, and it was recommended we join them all together when shipping.
44
55
This script does the opposite, so it's easier to work with locally.
6+
7+
Workflow when working on the automatic subclass modeling:
8+
1. split files
9+
2. do your work
10+
3. join files
11+
4. commit your changes
612
"""
713

814
import sys

0 commit comments

Comments
 (0)