-
Notifications
You must be signed in to change notification settings - Fork 20
Closed
Description
During the Stockholm workshop, I got the impression that we had reached consensus on limiting the depth on the test data tree to 2. This means that
.
└── secret
├── 1.ans
└── 1.in
and
.
└── secret
├── group1
│ ├── 1.ans
│ └── 1.in
└── group2
├── 2.ans
└── 2.in
is allowed, but not any deeper than that. I am personally not opposed to this change, as there is no real reason to have anything deeper. In fact, I suspect that most judging systems does not support anything deeper in their UI.
The one reasonable usage I have heard of was using folders to categorize test cases among the groups. So it functionally equivalent to flattening the structure up until depth 2. However, this is not common, and I would not be against not supporting this special case.
Any other opinions?
niemela
Metadata
Metadata
Assignees
Labels
No labels