Combine fragment files into one file? #18

Open
opened 2023-08-25 10:33:10 -04:00 by ethindp · 0 comments
ethindp commented 2023-08-25 10:33:10 -04:00 (Migrated from github.com)

In the current repository, there exist files that are not, by themselves, valid programs for a given language. For example, in the Ada subdirectory, for the "15 Puzzle Game" task, the first file has a package specification, the second file has the package body, the third has the final executable program, and the fourth has the package instantiation (though I'm not sure why this exists at all). Would it be possible to merge things like this into single files, and eliminate unnecessary ones?

In the current repository, there exist files that are not, by themselves, valid programs for a given language. For example, in the Ada subdirectory, for the "15 Puzzle Game" task, the first file has a package specification, the second file has the package body, the third has the final executable program, and the fourth has the package instantiation (though I'm not sure why this exists at all). Would it be possible to merge things like this into single files, and eliminate unnecessary ones?
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: aparler/RosettaCodeData#18
No description provided.