What I was taught at school is all about programming languages, software design, but hardly anything about how to automatically build a software, probably with something like unit testing integrated.
Please tell me how do one start learning to set up a build process for his project.
If this is too abstract to make any sense, I would add that I use Python and do web programming with Django.
Thanks in advance.
I think that the process you are referring to is called continuous integration.
One of the popular tools for that is Hudson (see Hudson with django). Make sure to also check out the django-continuous-integration project.
I like a couple of Pragmatic Programmers' books on this subject, Ship it! and Release it!. Together, they teach a lot of real-world, pragmatic stuff about such things as build systems and how to design well-deployable programs.
If you're doing this in Java, you can check out Maven. There are a host of tutorials for it:
All of this falls under the category of Software-Development Principles, Software-Design Philosophy, Software-Configuration Management, and Build and Release Management:
It's a moderately-involved field. After years of programming, I'm still learning and understanding new things about build-management and software-configuration management.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With