EIP folder naming
See original GitHub issueOption 1:
Put all dependent eips as subfolders into each other
stEIP3670
. |- test1
. |- test2
. |- stEIP4200
. |- test1
. |- test2
Option 2:
Merge eip names into folder name stEIP3670+4200+xxxx
, hoping that there wont be 50 eips around the same topic.
this is because you can clearly see what eips are covered in this folder. compared to option1, there it still kind of hidden, but better organized.
stEIP3670+4200
. |- testEIP3670_1
. |- testEIP3670_2
. |- testEIP4200_1
. |- testEIP4200_2
Option 3: Group the test into folders.
stEOF
. |- stEIP3670
. ..... testEIP3670_1
. ..... testEIP3670_2
. |- stEIP4200
. ..... testEIP4200_1
. ..... testEIP4200_2
. |- stEIP3670_JAN23
. ..... testEIP3670_1
. ..... testEIP3670_2
Issue Analytics
- State:
- Created 10 months ago
- Comments:18 (5 by maintainers)
Top Results From Across the Web
Importing and exporting EIPs - Capture One
From Import From, select the folder of EIP image files to import and then choose the destination folder, naming, and other options as ......
Read more >Capture One In 2 Minutes - EIP Packing - YouTube
Capture One In 2 Minutes - Gradient Mask Magic · Capture One - Session Folder Breakdown, Backup Strategy & Packing as EIP ·...
Read more >Capture One Pro 8 | Naming and Renaming Files - YouTube
Learn how to use token based naming formulas to rename files on ... Capture One - Session Folder Breakdown, Backup Strategy & Packing...
Read more >Directory and File Naming Standards - National Weather Service
Draft Directory and File naming Standards for FTP Servers were first adopted at a Restricted Session of the CBS Working Group on Data...
Read more >EIP-1: EIP Purpose and Guidelines
There are three types of EIP: ... Standards Track EIPs consist of three parts—a design document, an implementation, and (if warranted) an update ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
we found a new consensus about this
src/GeneralStateTests/EIPTests
so no new folders. only subfolders. it is better as some runners might check all the subfolders of GStateTests
I don’t have any objection for this way organizing the tests.
After this change, should we expect
src/GeneralStateTests
to not be updated (adding more tests)?, as new EIPs will be in EIPStateTests (?)