[TriLUG] Slightly OT: Question about Reuse of Code in Web Projects

Igor Partola via TriLUG trilug at trilug.org
Sat Jul 11 11:12:12 EDT 2015


There are a few approaches I have seen work well. First is to copy the files manually and then delete them.

Another is to use a built-in project generator. For exams Django comes with one.

You can also look for sample or starter projects on GitHub and start with those. Or if they are not available for your frameworks of choice, add them yourself.

Lastly, you could always create your own project generator. If you create enough of these, this will pay off in the long run.

Igor


More information about the TriLUG mailing list