Python: Highlight split/join subclass files usage

This commit is contained in:
Rasmus Wriedt Larsen
2023-12-18 17:56:13 +01:00
parent 933938d926
commit cfd3f8938e
2 changed files with 12 additions and 0 deletions

View File

@@ -3,6 +3,12 @@
"""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.
This script does that.
Workflow when working on the automatic subclass modeling:
1. split files
2. do your work
3. join files
4. commit your changes
"""
import sys

View File

@@ -3,6 +3,12 @@
"""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.
This script does the opposite, so it's easier to work with locally.
Workflow when working on the automatic subclass modeling:
1. split files
2. do your work
3. join files
4. commit your changes
"""
import sys