mirror of
https://github.com/github/codeql.git
synced 2026-04-25 16:55:19 +02:00
Python: Highlight split/join subclass files usage
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user