GPjunky Posted December 21, 2020 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?
Broman Posted December 21, 2020 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.
GPjunky Posted December 22, 2020 Author Posted December 22, 2020 It was more like what are the default packages/folders you should use @Broman
Broman Posted December 22, 2020 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