P
Peter Judge
Guest
I think it’s a good rule to separate them. I do it partly for “cleanliness” reasons (so I can clean out a tree of files easily) and partly in case I want to build for different targets from one set of sources (for example TTY vs GUI). I also like the “separation of concerns” feeling it gives me. It’s also following (largely) other languages’ project structures, where source and build artifacts are in different locations. That said, most modern tools (like Ant or other build-oriented ) can easily cope with one folder and split out the various files .
Continue reading...
Continue reading...