GPjunky 5 Posted December 21, 2020 Share Posted December 21, 2020 Hey guys! I have a question is there a good folder structure example for osbot script/java i can use? In my opinion if your folder structure will be a mess you complete code is shit hahahah so can maybe someone help me out? Quote Link to post Share on other sites
Broman 3 Posted December 21, 2020 Share Posted December 21, 2020 Honestly, it depends on the use. No point having multiple folders and files if your script only does a simple task. You will learn what folders you need, when you need them. Quote Link to post Share on other sites
GPjunky 5 Posted December 22, 2020 Author Share Posted December 22, 2020 It was more like what are the default packages/folders you should use @Broman Quote Link to post Share on other sites
Broman 3 Posted December 22, 2020 Share Posted December 22, 2020 29 minutes ago, justmemaarten said: It was more like what are the default packages/folders you should use @Broman There is no definitive answer. Use what ever suits you. For PHP I commonly use the following: /www/include /www/class /www/public index.php Quote Link to post Share on other sites