0
entire projects
hi, how do i load entire projects onto here?
5 Antworten
+ 2
The code playground can only work with a single source file at a time.
Hence, playground 🤗
+ 1
You would have to copypaste them.
So probably not the right place for huge projects - although we do occasionally see codes of a few thousand lines here.
+ 1
A complex project is usually split up into several files and potentially subfolders too, exactly as you mentioned, but on SoloLearn you can only use a single file for each program.
The separation typically follows the logical parts or features of the program, for example there could be a part (=file or files) arranged in a package (=subfolder) which handles database, another handles input validation, another the gui...
Sometimes the libraries you use, already determine which subpackages you need to implement, and you also follow best practices and coding guidelines (eg. Single Responsibility principle)
0
no i meant in their original folders, like unzip
0
i dont know how to repo like they do on github. but i bet it has something to do with folder architecture.