entire projects | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

entire projects

hi, how do i load entire projects onto here?

25th Jan 2020, 12:51 AM
AW4
AW4 - avatar
5 Answers
+ 2
The code playground can only work with a single source file at a time. Hence, playground 🤗
25th Jan 2020, 6:03 AM
Tibor Santa
Tibor Santa - avatar
+ 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.
25th Jan 2020, 1:00 AM
HonFu
HonFu - avatar
+ 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)
26th Jan 2020, 7:13 AM
Tibor Santa
Tibor Santa - avatar
0
no i meant in their original folders, like unzip
25th Jan 2020, 3:43 AM
AW4
AW4 - avatar
0
i dont know how to repo like they do on github. but i bet it has something to do with folder architecture.
26th Jan 2020, 2:08 AM
AW4
AW4 - avatar