|
|
|
|
|
by kek918
3487 days ago
|
|
For learning, I have a directory in my Dropbox called "Programming" with a subdir for each programming language. Then I make my test projects/tutorials in single dirs, for instance: /Dropbox/Programming/Lua/helloworld For other projects which may or may not develop into something bigger I put it on Github now that my subscription offers unlimited private repos. Previously I hosted them on Gitlab. I like to organize the projects with Git because it'll often go months between when working on different private projects and by looking at the Git log I quickly see what was the last thing I worked on to get back on track. |
|