0

Good manners of project figuration

(Sorry for the last word in the title, it may be logically incorrect) I am required to present my project in a way like follows: Source files must be in src folder Compiled files in bin folder etc Ive seen those folder names. Hence the question rises -- is there any default way to pack your files and folders?

26th Apr 2017, 5:39 PM
Alex Snaidars
Alex Snaidars - avatar
2 Answers
+ 4
default only if you use an IDE like NetBeans or Eclipse. if you code in a simple text editor, you'll have to manage the folders by yourself.
26th Apr 2017, 6:19 PM
Mario L.
Mario L. - avatar
+ 1
yea actually the default is what you say you need. compiled code goes to bin, and source code goes in bin, all by default
26th Apr 2017, 5:45 PM
Edward