Changes between Version 1 and Version 2 of Ticket #53010, comment 16
- Timestamp:
- 06/18/2023 10:30:19 AM (18 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #53010, comment 16
v1 v2 1 1 May be missing something but it seems the proposed "File paths" suggest that each class should be split in up to 50 separate files, one per method. Is that correct? 2 2 3 If yes, could you please explain what are the benefits of having s everal thousands of files instead of 100-200? Seems this would trigger a lot of needless disk i/o and slow down running of the tests as most of the files will have to be loaded every time the tests are run.3 If yes, could you please explain what are the benefits of having such "file and directory layout" with several thousands of files instead of 100-200? Seems this would trigger a lot of needless disk i/o and slow down running of the tests as most of the files will have to be loaded every time the tests are run. 4 4 5 5 Also seems this is not recommended (compatible?) by [https://www.php-fig.org/psr/psr-4/ PSR4]. It states that: