[progress Communities] [progress Openedge Abl] Forum Post: Re: Recommendation For "project...

  • Thread starter Thread starter Peter Judge
  • Start date Start date
Status
Not open for further replies.
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...
 
Status
Not open for further replies.
Back
Top